diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-15 13:15:47 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-15 13:15:47 -0400 |
commit | 114d8f292d177b71ea08c55b70d7856e1bc50baa (patch) | |
tree | 14e632a79458f24945b5b312660e5171779466b5 /.config/sxhkd | |
parent | 2ac634353abc4175236181732f8d23bdad8fc0eb (diff) |
ttf/otf font preview within lf
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 31f10df..7a296fa 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -153,7 +153,7 @@ super + p displayselect ## TODOs (orgmode-nvim) super + space - dropdowntoggle orgmode nvim +"Neorg index" + dropdowntoggle orgmode nvim "$HOME/Dropbox/org/index.org" ## Terminal Calculator super + a dropdowntoggle calc tmux-py @@ -217,10 +217,10 @@ XF86AudioMute ## Increase/decrease Brightness {XF86MonBrightnessUp, XF86MonBrightnessDown} backlightctl -{i,d} 5 -## Max-Out Brightness +## Set brightness to maximum shift + XF86MonBrightnessUp backlightctl -s 100 -## Set Brightness to 5 percent +## Set brightness to minimum shift + XF86MonBrightnessDown backlightctl -s 0 ## Fix games with MX Master mouse |