diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-06-09 16:51:28 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-06-09 16:51:28 +0300 |
| commit | c8cae603cc27c608fd03f2de6445826edd52ba01 (patch) | |
| tree | b0e7fb50139b4ddde3bc40e9416e485d591d3dad /.config/openbox/rc.xml | |
| parent | dfb8caeffdb533a1cc0a1734d889f51c81214550 (diff) | |
| download | dotfiles-c8cae603cc27c608fd03f2de6445826edd52ba01.tar dotfiles-c8cae603cc27c608fd03f2de6445826edd52ba01.tar.gz dotfiles-c8cae603cc27c608fd03f2de6445826edd52ba01.zip | |
Cleaned up openbox autostart and implemented a better solution for toggling desktop shortcuts
Diffstat (limited to '.config/openbox/rc.xml')
| -rw-r--r-- | .config/openbox/rc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 948af20..edaafc1 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -184,7 +184,7 @@ <command>flameshot gui</command> </action> </keybind> - <keybind key="Super_L"> + <keybind key="W-p"> <action name="Execute"> <startupnotify> <enabled>false</enabled> @@ -280,7 +280,7 @@ <to>4</to> </action> </keybind> - <keybind key="C-d"> + <keybind key="W-d"> <action name="ToggleShowDesktop"/> </keybind> <!-- Keybindings for windows --> |
