diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-26 14:45:56 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-01-26 14:45:56 -0500 |
commit | dceafb21b72aa1ddab83466c3019d7ae42c65d2d (patch) | |
tree | 26e88c914edbffd07dd9fc54608e33b2f7598605 /.config/sxhkd | |
parent | 6b52bfe06ea00436878152dbd9e2d3beb4bb05b5 (diff) |
Remove useless comment in sxhkd
Diffstat (limited to '.config/sxhkd')
-rw-r--r-- | .config/sxhkd/sxhkdrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index e35821f..e2ffe43 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -28,7 +28,6 @@ super + shift + q ## Quit Current/focused App super + q quitapp - # kill -15 `xdotool getwindowfocus getwindowpid` ## Toggle the dwm bar super + b dwmc togglebar |