diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2020-09-27 15:16:30 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2020-09-27 15:16:30 +0200 |
| commit | 901207d1651a555cfd45828abd2f441a44be5a7c (patch) | |
| tree | 695409213d23846d7c3a2139e9af0c46220f6fad /.xinitrc | |
| parent | cb9e981c80476a7297ecd7c80ba9cd8eafe0f0d1 (diff) | |
| download | dotfiles-901207d1651a555cfd45828abd2f441a44be5a7c.tar.gz dotfiles-901207d1651a555cfd45828abd2f441a44be5a7c.tar.bz2 dotfiles-901207d1651a555cfd45828abd2f441a44be5a7c.zip | |
Added dual resolution, minishell_test flags
Diffstat (limited to '.xinitrc')
| -rwxr-xr-x | .xinitrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ # xinput disable 'ETPS/2 Elantech Touchpad' & +echo 'Starting redshift' redshift -c /home/charles/.config/redshift.conf & +echo 'Starting dunst' dunst & -exec xmonad +echo 'Starting XMonad' +exec xmonad 2>&1 > /dev/null |
