From 1ae81a11ddc2a28e78779c3d968291acf7b11898 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 25 Sep 2022 11:15:56 +0200 Subject: update dunstrc and add xfce4 xfsettingsd options --- .config/dunst/base | 11 ++++------- .config/xbindkeys/main##template | 2 ++ .config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml | 11 +++++++++++ .../xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 17 +++++++++++++++++ 4 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml create mode 100644 .config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml 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 @@ + + + + + + + + + + + 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 @@ + + + + + + + + + + + + + + + + + -- cgit v1.2.3