update
This commit is contained in:
parent
393ae757a0
commit
41418fe4fe
1 changed files with 4 additions and 4 deletions
8
config
8
config
|
@ -37,7 +37,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|||
|
||||
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
||||
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
||||
exec --no-startup-id nm-applet
|
||||
#exec --no-startup-id nm-applet
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
|
@ -92,8 +92,6 @@ bindsym $mod+v split v
|
|||
bindsym $mod+f fullscreen toggle
|
||||
|
||||
# change container layout (stacked, tabbed, toggle split)
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
|
||||
# change focus between tiling / floating windows
|
||||
|
@ -182,5 +180,7 @@ bindsym $mod+r mode "resize"
|
|||
#}
|
||||
|
||||
############################### STARTUP APPLICATIONS #####################################
|
||||
exec_always --no-startup-id dunst
|
||||
exec --no-startup-id dunst
|
||||
exec --no-startup-id numlockx
|
||||
#exec --no-startup-id pipewire-start
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh &
|
||||
|
|
Loading…
Reference in a new issue