diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2021-05-01 11:12:23 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2021-05-01 11:12:23 -0400 |
commit | 16436494f6b7fff2eae8418746af01ee52f7565d (patch) | |
tree | 665608c8d4e858d757502e3795db3ef7821c4869 /.config/sxhkd | |
parent | 9ed9de5006d437e126c5871dc0cf38a02825aabb (diff) | |
parent | a8604b71a10edda8c08b909ce1fb63aca653d77e (diff) |
Merge branch 'master' of git://git.chausse.xyz/dotfiles
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 3535d7b..19132b2 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -113,7 +113,7 @@ super + c killall picom || setsid picom ## Toggle Screenkey super + Insert - killall screenkey || screenkey --bg-color "#222d32" -s small -f HackGen -t 1 --font-color "#BABABA" + killall screenkey || screenkey --bg-color "#222d32" -s small -f "Apercu Mono" -t 1 --font-color "#BABABA" --mods-mode tux ## Open this manual super + alt + shift + h manualgen |