Cleanup i3

This commit is contained in:
Marco Thomas
2021-08-02 17:49:14 +02:00
parent 04c904839e
commit ec7b35fc5b
5 changed files with 18 additions and 25 deletions

View File

@@ -36,6 +36,9 @@ bindsym $mod+Shift+l move right
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
# sticky
bindsym $mod+s sticky toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+Tab layout toggle stacked split
@@ -128,10 +131,7 @@ client.unfocused #f2e5bc #f2e5bc #282828 #fbf1c7 #f2e5bc
client.urgent #cc241d #fb4934 #282828 #cc241d #fb4934
# startup
exec --no-startup-id "fcitx5 -d &"
exec --no-startup-id "nextcloud &"
exec --no-startup-id "nm-applet &"
exec --no-startup-id "dunst &"
exec --no-startup-id $HOME/scripts/start_progs.sh
# set screens
exec --no-startup-id $HOME/.screenlayout/layout.sh
@@ -140,4 +140,4 @@ exec --no-startup-id $HOME/.screenlayout/layout.sh
exec --no-startup-id $HOME/scripts/wallpaper.sh
# set X things
exec --no-startup-id "xrdb -merge $HOME/.Xresources"
exec --no-startup-id "xrdb -merge $HOME/.Xresources"