diff options
author | lxf <sng@luxagraf.net> | 2022-04-29 10:22:31 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-04-29 10:22:31 -0400 |
commit | 16b43b92c15d34caf98d06c8282841c06d7ed45b (patch) | |
tree | a96ecc3e000681887c7fd9043418f5dbbea96238 /.config/openbox/rc.xml | |
parent | 426f8aa8fff9367b02bd01b49c92efb8f52c11ed (diff) |
roled in latest changes to openbox config on Dell XPS 13
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> |