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
|
||||
|
||||
@@ -71,13 +71,13 @@ bindsym $mod+x move scratchpad
|
||||
bindsym $mod+t scratchpad show
|
||||
|
||||
# MAAARRKKKKKK (they do something)
|
||||
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+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: '
|
||||
|
||||
# Super + Tab
|
||||
bindsym $mod+Tab workspace next_on_output
|
||||
bindsym $mod+shift+Tab workspace prev_on_output
|
||||
bindsym $mod+$alt+e exec emacsclient --eval '(emacs-everywhere)'
|
||||
# bindsym $mod+Tab workspace next_on_output
|
||||
# bindsym $mod+shift+Tab workspace prev_on_output
|
||||
bindsym $mod+shift+i exec emacsclient --eval '(emacs-everywhere)'
|
||||
|
||||
#Clipboard manager
|
||||
bindsym $mod+$alt+v exec --no-startup-id clipcat-menu
|
||||
|
||||
Reference in New Issue
Block a user