diff options
Diffstat (limited to '.config/openbox/rc.xml')
-rw-r--r-- | .config/openbox/rc.xml | 9 |
1 files changed, 7 insertions, 2 deletions
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> |