Compare commits
No commits in common. "0d6e1d08c01aa74edf039bd4f6ce4d8c57919f3b" and "0f40bf1932578adef54690fe21b9b19285ef10e0" have entirely different histories.
0d6e1d08c0
...
0f40bf1932
2 changed files with 8 additions and 13 deletions
|
@ -202,6 +202,14 @@
|
|||
)
|
||||
)
|
||||
++ [
|
||||
# media and volume controls
|
||||
",XF86AudioRaiseVolume,exec, pamixer -i 2"
|
||||
",XF86AudioLowerVolume,exec, pamixer -d 2"
|
||||
",XF86AudioMute,exec, pamixer -t"
|
||||
",XF86AudioPlay,exec, playerctl play-pause"
|
||||
",XF86AudioNext,exec, playerctl next"
|
||||
",XF86AudioPrev,exec, playerctl previous"
|
||||
",XF86AudioStop, exec, playerctl stop"
|
||||
"$mainMod, mouse_down, workspace, e-1"
|
||||
"$mainMod, mouse_up, workspace, e+1"
|
||||
|
||||
|
@ -215,18 +223,6 @@
|
|||
"$mainMod, V, exec, cliphist list | fuzzel --dmenu | cliphist decode | wl-copy"
|
||||
];
|
||||
|
||||
# Bindings that work when locked
|
||||
bindl = [
|
||||
# media and volume controls
|
||||
",XF86AudioRaiseVolume,exec, pamixer -i 2"
|
||||
",XF86AudioLowerVolume,exec, pamixer -d 2"
|
||||
",XF86AudioMute,exec, pamixer -t"
|
||||
",XF86AudioPlay,exec, playerctl play-pause"
|
||||
",XF86AudioNext,exec, playerctl next"
|
||||
",XF86AudioPrev,exec, playerctl previous"
|
||||
",XF86AudioStop, exec, playerctl stop"
|
||||
];
|
||||
|
||||
# mouse binding
|
||||
bindm = [
|
||||
"$mainMod, mouse:272, movewindow"
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
kdePackages.okular # KDE's pdf viewer/editor (supports digital signing)
|
||||
ripgrep # grep replacement
|
||||
simple-scan
|
||||
orca-slicer
|
||||
swappy
|
||||
# tdf # cli pdf viewer
|
||||
thunderbird
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue