diff options
-rw-r--r-- | .config/dunst/base | 11 | ||||
-rw-r--r-- | .config/xbindkeys/main##template | 2 | ||||
-rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml | 11 | ||||
-rw-r--r-- | .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 17 |
4 files changed, 34 insertions, 7 deletions
diff --git a/.config/dunst/base b/.config/dunst/base index 4e0ccd7..2c7a847 100644 --- a/.config/dunst/base +++ b/.config/dunst/base @@ -1,14 +1,13 @@ -[shortcuts] -close_all = mod4+c - [global] monitor = 0 follow = none -geometry = "400x5-50+82" +height = 50 +width = 300 +origin = top-right +offset = 22x42 indicate_hidden = yes shrink = no transparency = 0 -notification_height = 0 separator_height = 2 padding = 16 horizontal_padding = 16 @@ -39,8 +38,6 @@ browser = /usr/bin/firefox -new-tab always_run_script = true title = Dunst class = Dunst -startup_notification = false -verbosity = mesg corner_radius = 0 ignore_dbusclose = false force_xinerama = false diff --git a/.config/xbindkeys/main##template b/.config/xbindkeys/main##template index cf12514..8f56e0f 100644 --- a/.config/xbindkeys/main##template +++ b/.config/xbindkeys/main##template @@ -16,6 +16,8 @@ Print "addtoqueue" Mod4 + a +"dunstctl close-all" + Mod4 + c diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml new file mode 100644 index 0000000..241fb80 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="keyboards" version="1.0"> + <property name="Default" type="empty"> + <property name="KeyRepeat" type="bool" value="true"> + <property name="Delay" type="int" value="250"/> + <property name="Rate" type="int" value="40"/> + </property> + <property name="Numlock" type="bool" value="false"/> + </property> +</channel> diff --git a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml new file mode 100644 index 0000000..b872866 --- /dev/null +++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-keyboard-shortcuts" version="1.0"> + <property name="commands" type="empty"> + <property name="default" type="empty"> + </property> + <property name="custom" type="empty"> + </property> + </property> + <property name="xfwm4" type="empty"> + <property name="default" type="empty"> + </property> + </property> + <property name="providers" type="array"> + <value type="string" value="commands"/> + </property> +</channel> |