Autostart some programs
This commit is contained in:
@@ -161,7 +161,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+q exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
bindsym $mod+Shift+q exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||||
|
|
||||||
bindsym $mod+Shift+z exec "locker"
|
bindsym $mod+Shift+z exec "i3lock"
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
@@ -203,3 +203,8 @@ bar {
|
|||||||
binding_mode #fb4934 #fb4934 #fbf1c7
|
binding_mode #fb4934 #fb4934 #fbf1c7
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Autorun
|
||||||
|
exec --no-startup-id feh --bg-scale ~/.config/i3/bg.jpg
|
||||||
|
exec --no-startup-id nm-applet
|
||||||
|
exec --no-startup-id terminal
|
||||||
|
|||||||
@@ -21,9 +21,7 @@ interval = 10
|
|||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "sound"
|
block = "sound"
|
||||||
driver = "alsa"
|
driver = "auto"
|
||||||
name = "Master"
|
|
||||||
on_click = "volume_control mute"
|
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "uptime"
|
block = "uptime"
|
||||||
|
|||||||
Reference in New Issue
Block a user