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 | |
| 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')
| -rw-r--r-- | .config/openbox/autostart | 21 | ||||
| -rw-r--r-- | .config/openbox/rc.xml | 4 |
2 files changed, 7 insertions, 18 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 9dff4be..811876f 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -2,28 +2,17 @@ # These things are run when an Openbox X Session is started. # -# If you want to use GNOME config tools... -# -#if test -x /usr/libexec/gnome-settings-daemon >/dev/null; then -# /usr/libexec/gnome-settings-daemon & -#elif which gnome-settings-daemon >/dev/null; then -# gnome-settings-daemon & -#fi - -# If you want to use XFCE config tools... -# -#xfce-mcs-manager & - xhost +si:localuser:root # fixes unable to open display errors: https://askubuntu.com/a/1130413 -tail -n 1 -f /var/log/Xorg.0.log | while read +tail -n 1 -f /var/log/Xorg.0.log | while read # execute stuff when resolution (mostly) changes do ~/.fehbg & # wallpaper lwa-hot-corners ~/.lwarc & # hot corners -done & # execute stuff when resolution (mostly) changes +done & +xcape -e 'Super_L=Super_L|P' & # used for the "windows" menu -dunst & +dunst & # notification daemon lxpolkit & # polkit -barrier & +barrier & # using mouse & keyboard on other computers while connected to wifi xautolock -detectsleep -secure -time 15 -locker ~/.i3lock/lock.sh & # auto lock screen tint2 & # taskbar compton --experimental-backends & # compositor 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 --> |
