Added i3 test mode, changed Dunst default browser, added execute privileges to xprofile

This commit is contained in:
Salt 2017-08-04 03:39:55 -05:00
parent 7f70246e3c
commit 2adb2a42f4
3 changed files with 14 additions and 3 deletions

View File

@ -51,7 +51,7 @@
# Draw a line of "separator_height" pixel height between two
# notifications.
# Set to 0 to disable.
separator_height = 2
separator_height = 1
# Padding between text and separator.
padding = 8
@ -178,7 +178,7 @@
dmenu = /usr/bin/rofi -dmenu -p dunst:
# Browser for opening urls in context menu.
browser = /usr/bin/waterfox -new-tab
browser = /usr/bin/firefox -new-tab
# Always run rule-defined scripts, even if the notification is suppressed
always_run_script = true

View File

@ -207,7 +207,7 @@ bindsym $mod+$shift+r restart
# exit i3 (logs you out of your X session)
#bindsym $mod+$shift+e exec "i3-nagbar -t warning -m 'Really exit i3wm? This will close all running applications and end your X session.' -b 'Exit' 'i3-msg exit'"
bindsym $mod+$shift+e exec "bash i3-salt-logout-dunst"
bindsym $mod+$shift+e exec "i3-salt-logout-dunst"
# lock the screen
bindsym $sup+l exec "bash i3-salt-lock"
@ -273,3 +273,14 @@ mode "mopidy" {
}
bindsym $mod+m mode "mopidy"
mode "test" {
bindsym p exec --no-startup-id notify-send "i3 Current Path" "$PATH"
bindsym n exec --no-startup-id notify-send "Test Notification" "This is a simple test notification"
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+$shift+t mode "default"
}
bindsym $mod+$shift+t mode "test"

0
.xprofile Normal file → Executable file
View File