Added i3 test mode, changed Dunst default browser, added execute privileges to xprofile
This commit is contained in:
parent
7f70246e3c
commit
2adb2a42f4
@ -51,7 +51,7 @@
|
|||||||
# Draw a line of "separator_height" pixel height between two
|
# Draw a line of "separator_height" pixel height between two
|
||||||
# notifications.
|
# notifications.
|
||||||
# Set to 0 to disable.
|
# Set to 0 to disable.
|
||||||
separator_height = 2
|
separator_height = 1
|
||||||
|
|
||||||
# Padding between text and separator.
|
# Padding between text and separator.
|
||||||
padding = 8
|
padding = 8
|
||||||
@ -178,7 +178,7 @@
|
|||||||
dmenu = /usr/bin/rofi -dmenu -p dunst:
|
dmenu = /usr/bin/rofi -dmenu -p dunst:
|
||||||
|
|
||||||
# Browser for opening urls in context menu.
|
# 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 rule-defined scripts, even if the notification is suppressed
|
||||||
always_run_script = true
|
always_run_script = true
|
||||||
|
@ -207,7 +207,7 @@ bindsym $mod+$shift+r restart
|
|||||||
|
|
||||||
# exit i3 (logs you out of your X session)
|
# 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 "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
|
# lock the screen
|
||||||
bindsym $sup+l exec "bash i3-salt-lock"
|
bindsym $sup+l exec "bash i3-salt-lock"
|
||||||
@ -273,3 +273,14 @@ mode "mopidy" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bindsym $mod+m 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"
|
||||||
|
Reference in New Issue
Block a user