added screenshots plus nix changes

This commit is contained in:
voidarclabs
2025-12-20 22:56:54 +00:00
parent e7b9b21ae3
commit ce020f1e6a
3 changed files with 2 additions and 11 deletions

View File

@@ -22,14 +22,6 @@ bind = $mainMod, return, exec, $term # launch terminal emulator
bind = $mainMod, i, exec, $editor # launch text editor
bind = $mainMod, o, exec, $browser # launch web browser
# Audio control
bindl = , XF86Launch5, exec, $scrPath/volumecontrol.sh -o m # toggle audio mute
bindel = , XF86Launch6, exec, $scrPath/volumecontrol.sh -o d # decrease volume
bindel = , XF86Launch7, exec, $scrPath/volumecontrol.sh -o i # increase volume
bindl = , XF86AudioMute, exec, $scrPath/volumecontrol.sh -o m # toggle audio mute
bindl = , XF86AudioMicMute, exec, $scrPath/volumecontrol.sh -i m # toggle microphone mute
bindel = , XF86AudioLowerVolume, exec, $scrPath/volumecontrol.sh -o d # decrease volume
bindel = , XF86AudioRaiseVolume, exec, $scrPath/volumecontrol.sh -o i # increase volume
# Super key to drag windows
binds {
@@ -47,8 +39,7 @@ bind = $submod, mouse_left, resizeactive, -30 0
bind = $submod, space, togglefloating, # toggle the window between focus and float
# Screenshot/Screencapture
bind = Super+SHIFT, S, exec, $scrPath/screenshot.sh s # partial screenshot capture
bind = $mainMod+Ctrl, P, exec, $scrPath/screenshot.sh sf # partial screenshot capture (frozen screen)
bind = Super+SHIFT, S, exec, grimblast copy area
# Move/Change window focus
bind = $mainMod, h, movefocus, l