diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-05-13 18:46:25 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-05-13 18:46:25 +0200 |
commit | 6423fc63ab75f73d641e3b2c89768f2334f2830b (patch) | |
tree | 9fa5eb48056395ecf074616045b0b2701eebd20e /.i3 | |
parent | 6803c42a83ae2726ca1dc42c2300f49565b88642 (diff) | |
download | dotfiles-6423fc63ab75f73d641e3b2c89768f2334f2830b.tar.gz |
thsi and that
Diffstat (limited to '.i3')
-rw-r--r-- | .i3/config | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -318,7 +318,6 @@ gaps inner 15 ## Program starting exec --no-startup-id nm-applet -exec --no-startup-id feh --bg-fill ~/.i3/wp.jpg # Start i3bar to display a workspace bar (plus the system information i3status @@ -346,7 +345,11 @@ bindsym $mod+p exec "scrot ~/Downloads/Screenshot%Y-%m-%d%H:%M:%S.png" #Layout de exec --no-startup-id "setxkbmap -layout de" -exec --no-startup-id "compton &" +exec --no-startup-id "compton" + +exec --no-startup-id "xrdb ~/.Xresources" #start autostart.sh exec --no-startup-id ~/autostart.sh + +#exec --no-startup-id feh --bg-fill ~/.i3/wp.jpg |