fix: conflictions from old i3 residual conf
This commit is contained in:
@@ -255,44 +255,44 @@ mode "resize" {
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
|
||||
set $mode_system "What to do? (l) lock, (e) logout, (r) reboot, (s) suspend, (Shift+s) shutdown"
|
||||
mode $mode_system {
|
||||
bindsym l exec $screenlock; mode "default"
|
||||
bindsym e exec i3-msg exit; mode "default"
|
||||
bindsym r exec systemctl reboot; mode "default"
|
||||
bindsym s exec systemctl suspend; mode "default"
|
||||
bindsym Shift+s exec systemctl poweroff; mode "default"
|
||||
# set $mode_system "What to do? (l) lock, (e) logout, (r) reboot, (s) suspend, (Shift+s) shutdown"
|
||||
# mode $mode_system {
|
||||
# bindsym l exec $screenlock; mode "default"
|
||||
# bindsym e exec i3-msg exit; mode "default"
|
||||
# bindsym r exec systemctl reboot; mode "default"
|
||||
# bindsym s exec systemctl suspend; mode "default"
|
||||
# bindsym Shift+s exec systemctl poweroff; mode "default"
|
||||
|
||||
# back to normal: Enter or Escape
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
unbindsym $mod+Shift+e
|
||||
bindsym $mod+Shift+e mode $mode_system
|
||||
# bindsym Return mode "default"
|
||||
# bindsym Escape mode "default"
|
||||
# }
|
||||
# unbindsym $mod+Shift+e
|
||||
# bindsym $mod+Shift+e mode $mode_system
|
||||
#
|
||||
# Status Bar:
|
||||
#
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
position top
|
||||
# bar {
|
||||
# position top
|
||||
|
||||
# When the status_command prints a new line to stdout, swaybar updates.
|
||||
# The default just shows the current date and time.
|
||||
status_command i3status
|
||||
# # When the status_command prints a new line to stdout, swaybar updates.
|
||||
# # The default just shows the current date and time.
|
||||
# status_command i3status
|
||||
|
||||
colors {
|
||||
# Whole color settings
|
||||
background #3c3836
|
||||
statusline #ebdbb2
|
||||
separator #666666
|
||||
# colors {
|
||||
# # Whole color settings
|
||||
# background #3c3836
|
||||
# statusline #ebdbb2
|
||||
# separator #666666
|
||||
|
||||
|
||||
focused_workspace #458588 #458588 #ebdbb2
|
||||
active_workspace #83a598 #83a598 #ebdbb2
|
||||
inactive_workspace #504945 #504945 #ebdbb2
|
||||
urgent_workspace #cc241d #cc241d #504945
|
||||
}
|
||||
}
|
||||
# focused_workspace #458588 #458588 #ebdbb2
|
||||
# active_workspace #83a598 #83a598 #ebdbb2
|
||||
# inactive_workspace #504945 #504945 #ebdbb2
|
||||
# urgent_workspace #cc241d #cc241d #504945
|
||||
# }
|
||||
# }
|
||||
|
||||
include $HOME/.config/sway/config.d/*
|
||||
# for_window [class=".*"] border pixel 2
|
||||
|
||||
Reference in New Issue
Block a user