fix: conflictions from old i3 residual conf
This commit is contained in:
@@ -255,44 +255,44 @@ mode "resize" {
|
|||||||
bindsym $mod+r mode "resize"
|
bindsym $mod+r mode "resize"
|
||||||
|
|
||||||
|
|
||||||
set $mode_system "What to do? (l) lock, (e) logout, (r) reboot, (s) suspend, (Shift+s) shutdown"
|
# set $mode_system "What to do? (l) lock, (e) logout, (r) reboot, (s) suspend, (Shift+s) shutdown"
|
||||||
mode $mode_system {
|
# mode $mode_system {
|
||||||
bindsym l exec $screenlock; mode "default"
|
# bindsym l exec $screenlock; mode "default"
|
||||||
bindsym e exec i3-msg exit; mode "default"
|
# bindsym e exec i3-msg exit; mode "default"
|
||||||
bindsym r exec systemctl reboot; mode "default"
|
# bindsym r exec systemctl reboot; mode "default"
|
||||||
bindsym s exec systemctl suspend; mode "default"
|
# bindsym s exec systemctl suspend; mode "default"
|
||||||
bindsym Shift+s exec systemctl poweroff; mode "default"
|
# bindsym Shift+s exec systemctl poweroff; mode "default"
|
||||||
|
|
||||||
# back to normal: Enter or Escape
|
# back to normal: Enter or Escape
|
||||||
bindsym Return mode "default"
|
# bindsym Return mode "default"
|
||||||
bindsym Escape mode "default"
|
# bindsym Escape mode "default"
|
||||||
}
|
# }
|
||||||
unbindsym $mod+Shift+e
|
# unbindsym $mod+Shift+e
|
||||||
bindsym $mod+Shift+e mode $mode_system
|
# bindsym $mod+Shift+e mode $mode_system
|
||||||
#
|
#
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
#
|
#
|
||||||
# Read `man 5 sway-bar` for more information about this section.
|
# Read `man 5 sway-bar` for more information about this section.
|
||||||
bar {
|
# bar {
|
||||||
position top
|
# position top
|
||||||
|
|
||||||
# When the status_command prints a new line to stdout, swaybar updates.
|
# # When the status_command prints a new line to stdout, swaybar updates.
|
||||||
# The default just shows the current date and time.
|
# # The default just shows the current date and time.
|
||||||
status_command i3status
|
# status_command i3status
|
||||||
|
|
||||||
colors {
|
# colors {
|
||||||
# Whole color settings
|
# # Whole color settings
|
||||||
background #3c3836
|
# background #3c3836
|
||||||
statusline #ebdbb2
|
# statusline #ebdbb2
|
||||||
separator #666666
|
# separator #666666
|
||||||
|
|
||||||
|
|
||||||
focused_workspace #458588 #458588 #ebdbb2
|
# focused_workspace #458588 #458588 #ebdbb2
|
||||||
active_workspace #83a598 #83a598 #ebdbb2
|
# active_workspace #83a598 #83a598 #ebdbb2
|
||||||
inactive_workspace #504945 #504945 #ebdbb2
|
# inactive_workspace #504945 #504945 #ebdbb2
|
||||||
urgent_workspace #cc241d #cc241d #504945
|
# urgent_workspace #cc241d #cc241d #504945
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
|
|
||||||
include $HOME/.config/sway/config.d/*
|
include $HOME/.config/sway/config.d/*
|
||||||
# for_window [class=".*"] border pixel 2
|
# for_window [class=".*"] border pixel 2
|
||||||
|
|||||||
@@ -71,13 +71,13 @@ bindsym $mod+x move scratchpad
|
|||||||
bindsym $mod+t scratchpad show
|
bindsym $mod+t scratchpad show
|
||||||
|
|
||||||
# MAAARRKKKKKK (they do something)
|
# MAAARRKKKKKK (they do something)
|
||||||
bindsym $mod+m exec i3-input -F 'mark %s' -l 1 -P 'Mark: '
|
# bindsym $mod+m exec i3-input -F 'mark %s' -l 1 -P 'Mark: '
|
||||||
bindsym $mod+u exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: '
|
# bindsym $mod+u exec i3-input -F '[con_mark="%s"] focus' -l 1 -P 'Goto: '
|
||||||
|
|
||||||
# Super + Tab
|
# Super + Tab
|
||||||
bindsym $mod+Tab workspace next_on_output
|
# bindsym $mod+Tab workspace next_on_output
|
||||||
bindsym $mod+shift+Tab workspace prev_on_output
|
# bindsym $mod+shift+Tab workspace prev_on_output
|
||||||
bindsym $mod+$alt+e exec emacsclient --eval '(emacs-everywhere)'
|
bindsym $mod+shift+i exec emacsclient --eval '(emacs-everywhere)'
|
||||||
|
|
||||||
#Clipboard manager
|
#Clipboard manager
|
||||||
bindsym $mod+$alt+v exec --no-startup-id clipcat-menu
|
bindsym $mod+$alt+v exec --no-startup-id clipcat-menu
|
||||||
|
|||||||
Reference in New Issue
Block a user