From 5c844a92996bcf1380c45016eaaf922fce881293 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Thu, 3 Jul 2025 06:21:33 +0300 Subject: [PATCH] fix: conflictions from old i3 residual conf --- private_dot_config/sway/config | 56 +++++++++++----------- private_dot_config/sway/config.d/misc.conf | 10 ++-- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/private_dot_config/sway/config b/private_dot_config/sway/config index 0e7fe51..10c2c9f 100644 --- a/private_dot_config/sway/config +++ b/private_dot_config/sway/config @@ -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 diff --git a/private_dot_config/sway/config.d/misc.conf b/private_dot_config/sway/config.d/misc.conf index b18f817..161c7f4 100644 --- a/private_dot_config/sway/config.d/misc.conf +++ b/private_dot_config/sway/config.d/misc.conf @@ -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