diff options
Diffstat (limited to 'skel-lxde/.config/openbox/lxde-rc.xml')
| -rw-r--r-- | skel-lxde/.config/openbox/lxde-rc.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/skel-lxde/.config/openbox/lxde-rc.xml b/skel-lxde/.config/openbox/lxde-rc.xml index 55659fb..ddfa2ce 100644 --- a/skel-lxde/.config/openbox/lxde-rc.xml +++ b/skel-lxde/.config/openbox/lxde-rc.xml @@ -289,10 +289,10 @@ </action> </keybind> -<!-- call gnome-screenshot when Prt-Screen is pressed --> +<!-- call ksnip when Prt-Screen is pressed --> <keybind key="Print"> <action name="Execute"> - <command>gnome-screenshot --interactive</command> + <command>ksnip</command> </action> </keybind> @@ -303,7 +303,7 @@ <enabled>true</enabled> <name>volumedown</name> </startupnotify> - <command>amixer -c 0 set Master 5%- unmute</command> + <command>pactl set-sink-volume @DEFAULT_SINK@ -5%</command> </action> </keybind> @@ -313,7 +313,7 @@ <enabled>true</enabled> <name>volumeup</name> </startupnotify> - <command>amixer -c 0 set Master 5%+ unmute</command> + <command>pactl set-sink-volume @DEFAULT_SINK@ +5%</command> </action> </keybind> @@ -323,7 +323,7 @@ <enabled>true</enabled> <name>volumedown</name> </startupnotify> - <command>amixer -c 0 set Master toggle</command> + <command>pactl set-sink-mute @DEFAULT_SINK@ toggle</command> </action> </keybind> </keyboard> |
