added screenshots plus nix changes
This commit is contained in:
Binary file not shown.
@@ -22,14 +22,6 @@ bind = $mainMod, return, exec, $term # launch terminal emulator
|
|||||||
bind = $mainMod, i, exec, $editor # launch text editor
|
bind = $mainMod, i, exec, $editor # launch text editor
|
||||||
bind = $mainMod, o, exec, $browser # launch web browser
|
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
|
# Super key to drag windows
|
||||||
binds {
|
binds {
|
||||||
@@ -47,8 +39,7 @@ bind = $submod, mouse_left, resizeactive, -30 0
|
|||||||
bind = $submod, space, togglefloating, # toggle the window between focus and float
|
bind = $submod, space, togglefloating, # toggle the window between focus and float
|
||||||
|
|
||||||
# Screenshot/Screencapture
|
# Screenshot/Screencapture
|
||||||
bind = Super+SHIFT, S, exec, $scrPath/screenshot.sh s # partial screenshot capture
|
bind = Super+SHIFT, S, exec, grimblast copy area
|
||||||
bind = $mainMod+Ctrl, P, exec, $scrPath/screenshot.sh sf # partial screenshot capture (frozen screen)
|
|
||||||
|
|
||||||
# Move/Change window focus
|
# Move/Change window focus
|
||||||
bind = $mainMod, h, movefocus, l
|
bind = $mainMod, h, movefocus, l
|
||||||
|
|||||||
2
.nixos
2
.nixos
Submodule .nixos updated: f9a8681f52...70a636c513
Reference in New Issue
Block a user