|
|
@ -141,7 +141,7 @@ exec --no-startup-id systemctl --user start unclutter |
|
|
|
|
|
|
|
# set wallpaper and colors |
|
|
|
exec_always --no-startup-id setbackground |
|
|
|
exec_always --no-startup-id $HOME/.config/wpg/wp_init.sh |
|
|
|
exec_always --no-startup-id $XDG_CONFIG_HOME/wpg/wp_init.sh |
|
|
|
|
|
|
|
# application placements |
|
|
|
assign [class="qutebrowser"] $workspace1 |
|
|
@ -242,7 +242,7 @@ bindsym $mod+f fullscreen toggle |
|
|
|
bindsym $mod+g exec --no-startup-id bemenubluetooth |
|
|
|
bindsym $mod+Shift+g exec --no-startup-id bemenubluetooth -d |
|
|
|
#bindsym $mod+Control+g |
|
|
|
bindsym $mod+Shift+Control+g exec --no-startup-id killall gpymusic & killall cava & echo '' > $HOME/.nowplaying |
|
|
|
#bindsym $mod+Shift+Control+g |
|
|
|
|
|
|
|
bindsym $mod+h focus left |
|
|
|
bindsym $mod+Shift+h move left |
|
|
@ -284,9 +284,9 @@ bindsym $mod+Shift+v exec --no-startup-id $TERMINAL -e 'i3-runner "rtv - |
|
|
|
#bindsym $mod+Control+v |
|
|
|
#bindsym $mod+Shift+Control+v |
|
|
|
|
|
|
|
bindsym $mod+b exec --no-startup-id bemenuexpand $HOME/.bookmarks $BROWSER "Bookmarks:" $BROWSER |
|
|
|
bindsym $mod+b exec --no-startup-id bemenuexpand $XDG_CONFIG_HOME/bookmarks $BROWSER "Bookmarks:" $BROWSER |
|
|
|
bindsym $mod+Shift+b exec --no-startup-id bemenuwpg |
|
|
|
bindsym $mod+Control+b exec --no-startup-id bemenuexpand $HOME/.bookmarks $ALTBROWSER "Bookmarks:" $ALTBROWSER |
|
|
|
bindsym $mod+Control+b exec --no-startup-id bemenuexpand $XDG_CONFIG_HOME/bookmarks $ALTBROWSER "Bookmarks:" $ALTBROWSER |
|
|
|
#bindsym $mod+Shift+Control+b |
|
|
|
|
|
|
|
#bindsym $mod+n |
|
|
@ -406,7 +406,7 @@ bindsym $mod+Shift+slash exec --no-startup-id bemenui3 |
|
|
|
|
|
|
|
bindsym $mod+space focus mode_toggle |
|
|
|
bindsym $mod+Shift+space floating toggle |
|
|
|
bindsym $mod+Shift+Control+space exec --no-startup-id echo "cycle pause" > $HOME/.config/mpv/control |
|
|
|
bindsym $mod+Shift+Control+space exec --no-startup-id echo "cycle pause" > $XDG_CONFIG_HOME/mpv/control |
|
|
|
|
|
|
|
|
|
|
|
######################## |
|
|
|