|
@@ -119,7 +119,6 @@ bindsym {
|
|
|
$mod+c kill
|
|
$mod+c kill
|
|
|
$mod+f fullscreen toggle
|
|
$mod+f fullscreen toggle
|
|
|
$mod+space floating toggle
|
|
$mod+space floating toggle
|
|
|
- $mod+a focus parent
|
|
|
|
|
|
|
|
|
|
# Layout
|
|
# Layout
|
|
|
$mod+s layout stacking
|
|
$mod+s layout stacking
|
|
@@ -189,13 +188,13 @@ bindsym $mod+Shift+u exec --no-startup-id $term --class="uy.com.mzunino"
|
|
|
|
|
|
|
|
# Other Special Bindings
|
|
# Other Special Bindings
|
|
|
bindsym {
|
|
bindsym {
|
|
|
- $mod+g exec --no-startup-id gromit-mpx -t 0
|
|
|
|
|
F4 exec switch-windows
|
|
F4 exec switch-windows
|
|
|
$mod+r exec --no-startup-id ~/.bin/wlrecord.sh
|
|
$mod+r exec --no-startup-id ~/.bin/wlrecord.sh
|
|
|
$mod+p exec --no-startup-id grim -g "$(slurp -d)" - | swappy -f -
|
|
$mod+p exec --no-startup-id grim -g "$(slurp -d)" - | swappy -f -
|
|
|
$mod+shift+p exec --no-startup-id ~/.bin/screenshot-upload
|
|
$mod+shift+p exec --no-startup-id ~/.bin/screenshot-upload
|
|
|
$mod+F5 exec --no-startup-id ~/.bin/pause-notifications
|
|
$mod+F5 exec --no-startup-id ~/.bin/pause-notifications
|
|
|
$mod+Escape exec ~/.bin/lock.sh
|
|
$mod+Escape exec ~/.bin/lock.sh
|
|
|
|
|
+ $mod+shift+d exec ~/.local/bin/satty-window
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
# 5. Multimedia Keys
|
|
# 5. Multimedia Keys
|
|
@@ -305,30 +304,17 @@ output * adaptive_sync off
|
|
|
exec {
|
|
exec {
|
|
|
~/.bin/randwall
|
|
~/.bin/randwall
|
|
|
~/.bin/waybar.sh
|
|
~/.bin/waybar.sh
|
|
|
-
|
|
|
|
|
- # System services - lxsession includes polkit
|
|
|
|
|
- lxsession
|
|
|
|
|
-
|
|
|
|
|
- # System tray applets
|
|
|
|
|
- blueman-applet
|
|
|
|
|
- nm-applet
|
|
|
|
|
-
|
|
|
|
|
- # Background services
|
|
|
|
|
- easyeffects --gapplication-service
|
|
|
|
|
- swaync
|
|
|
|
|
- wlsunset -l -34.9 -L -56.2 -t 4500 -g 0.9
|
|
|
|
|
-
|
|
|
|
|
- # Applications
|
|
|
|
|
$term --class="uy.com.mzunino"
|
|
$term --class="uy.com.mzunino"
|
|
|
slack
|
|
slack
|
|
|
davmail
|
|
davmail
|
|
|
betterbird
|
|
betterbird
|
|
|
- legcord
|
|
|
|
|
-
|
|
|
|
|
- # Browser - using gtk-launch instead of BROWSER variable
|
|
|
|
|
zen-browser
|
|
zen-browser
|
|
|
|
|
|
|
|
- # Commented out for reference
|
|
|
|
|
- # gtk-launch correo
|
|
|
|
|
- swayidle -w
|
|
|
|
|
|
|
+ /usr/lib/mate-polkit/polkit-mate-authentication-agent-1
|
|
|
|
|
+ blueman-applet
|
|
|
|
|
+ nm-applet
|
|
|
|
|
+ swaync
|
|
|
|
|
+ wlsunset -l -34.9 -L -56.2 -t 4500 -g 0.9
|
|
|
|
|
+ easyeffects --gapplication-service
|
|
|
}
|
|
}
|
|
|
|
|
+
|