diff options
author | Adam <adam@adast.xyz> | 2022-06-02 12:03:38 +0200 |
---|---|---|
committer | Adam <adam@adast.xyz> | 2022-06-02 12:03:38 +0200 |
commit | cdc0fdd9c3733378d1488a007e5dac3fd89a0cc7 (patch) | |
tree | 30782ab29a26b663d351ac8ccee99584a5a1d58f /.config/i3/config | |
parent | c378c2e6190afbd9538f0a743e21949a98798056 (diff) |
Better organized startup process and scripts
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/.config/i3/config b/.config/i3/config index 54f9539..758deb5 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -14,9 +14,9 @@ bindsym $mod+b exec firefox bindsym $mod+e exec pcmanfm bindsym $mod+f fullscreen toggle bindsym $mod+i exec --no-startup-id polybar-msg cmd toggle -bindsym $mod+Shift+s exec --no-startup-id ~/.local/bin/screenshot -s -bindsym Print exec --no-startup-id ~/.local/bin/screenshot -bindsym $mod+Shift+c exec --no-startup-id ~/.local/bin/picom-toggle +bindsym $mod+Shift+s exec --no-startup-id $HOME/.local/bin/screenshot -s +bindsym Print exec --no-startup-id $HOME/.local/bin/screenshot +bindsym $mod+Shift+c exec --no-startup-id $HOME/.local/bin/picom-toggle bindsym $mod+d exec --no-startup-id rofi -show drun -show-icons -drun-display-format {name} bindsym $alt+Tab exec --no-startup-id rofi -show window -show-icons -drun-display-format {name} @@ -190,7 +190,4 @@ for_window [class="^Steam$" title="^Steam Guard - Computer Authorization Require for_window [title="^Steam Keyboard$"] floating enable ##### Exec -exec --no-startup-id /usr/bin/unclutter -b -exec --no-startup-id ~/.local/bin/polybar-launch -exec --no-startup-id ~/.local/bin/picom-toggle -exec --no-startup-id nextcloud --background +exec_always --no-startup-id $HOME/.local/bin/polybar-launch |