commit b11e81afe69fe530b9f85c22296ad337050cd3ea
parent d7662ae53cc04ee06d5042ac33a6b8acfee19132
Author: andersuno <anders.hedman01@gmail.com>
Date: Thu, 13 Feb 2020 17:14:36 +0100
Changes to be committed:
modified: .bash_aliases
modified: .config/dunst/dunstrc
modified: .config/sxhkd/sxhkdrc
Diffstat:
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/.bash_aliases b/.bash_aliases
@@ -12,5 +12,6 @@ alias findt='sudo find / -path /timeshift -prune -o'
alias timeshiftsync='/home/anders/Scripts/timeshiftsync.sh'
#alias vifm='/home/anders/.config/vifm/scripts/vifmrun'
alias dotgit='/usr/bin/git --git-dir=$HOME/Repos/dotfiles/ --work-tree=$HOME'
+alias unetbootin='sudo QT_GRAPHICSSYSTEM=native /usr/bin/unetbootin.elf'
[ -f ~/.config/sshhosts ] && source ~/.config/sshhosts
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
@@ -146,7 +146,8 @@ startup_notification = false
dmenu = /usr/bin/dmenu -p dunst:
# Browser for opening urls in context menu.
-browser = /usr/bin/firefox -new-tab
+browser = /usr/bin/brave -new-tab
+#browser = /usr/bin/firefox -new-tab
# Align icons left/right/off
icon_position = right
@@ -158,6 +159,19 @@ icon_path = /usr/share/icons/Adwaita/48x48/mimetypes/:/usr/share/icons/Adwaita/4
frame_width = 3
frame_color = "#8EC07C"
+### mouse
+
+# Defines action of mouse event
+# Possible values are:
+# * none: Don't do anything.
+# * do_action: If the notification has exactly one action, or one is marked as default,
+# invoke it. If there are multiple and no default, open the context menu.
+# * close_current: Close current notification.
+# * close_all: Close all notifications.
+mouse_left_click = do_action
+mouse_middle_click = close_all
+mouse_right_click = close_current
+
[shortcuts]
# Shortcuts are specified as [modifier+][modifier+]...key
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
@@ -81,7 +81,8 @@ super + Escape
#Lock screen
super + Delete
- sudo $HOME/Suckless/slock/slock
+ betterlockscreen -l blur
+ #sudo $HOME/Suckless/slock/slock
#
# bspwm hotkeys