diff options
Diffstat (limited to '.config/openbox')
-rw-r--r-- | .config/openbox/autostart | 1 | ||||
-rw-r--r-- | .config/openbox/rc.xml | 9 |
2 files changed, 8 insertions, 2 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index d0ec159..ddf9b66 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -8,5 +8,6 @@ nextcloud & xset r rate 251 25 & xset -b xcape -e 'Control_L=Escape' +xinput --set-prop "DELL07E6:00 06CB:76AF Touchpad" "libinput Click Method Enabled" 0 1 xinput set-prop 14 "libinput Natural Scrolling Enabled" 1 feh --bg-fill ~/pictures/desktops/delos.png diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 1ad53e4..55dff8a 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -43,7 +43,7 @@ </placement> <theme> <name>Arc-Dark</name> - <titleLayout>NLIMC</titleLayout> + <titleLayout>LIMC</titleLayout> <!-- available characters are NDSLIMC, each can occur at most once. N: window icon @@ -120,7 +120,7 @@ use obconf if you want to change these without having to log out and back in --> - <number>1</number> + <number>3</number> <firstdesk>1</firstdesk> <names> <name>1</name> @@ -282,6 +282,11 @@ <command>urxvt -e sh -c "fzsnip"</command> </action> </keybind> + <keybind key="A-P"> + <action name="Execute"> + <command>urxvt -e sh -c "pass clip --fzf"</command> + </action> + </keybind> <keybind key="XF86AudioRaiseVolume"> <action name="Execute"> <command>pactl set-sink-volume 0 +10%</command> |