diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-12-09 21:16:09 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-12-09 21:16:09 -0500 |
commit | a74a51b84b1a36a5021531403778bf1be2125676 (patch) | |
tree | 5e85d7e602835df227611d53a3b2663dae76003e /.config/sxhkd | |
parent | f907157f21addf81c052904287d45ebcd45e3004 (diff) |
quick fixes
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index c6e1387..74abf77 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -150,7 +150,7 @@ super + p flameshot gui ## TODOs (orgmode-nvim) super + space - dropdowntoggle orgmode nvim $HOME/Dropbox/org/home.org + dropdowntoggle orgmode nvim $HOME/Dropbox/org/index.norg ## Terminal Calculator super + a dropdowntoggle calc tmux-r @@ -216,7 +216,7 @@ super + Print #-# Special Keys #-# ## Increase/decrease Volume {XF86AudioRaiseVolume, XF86AudioLowerVolume} - volumectl 5 {+,-} + volumectl 1 {+,-} ## Max-Out Volume shift + XF86AudioRaiseVolume volumectl 100 |