From c22fcd3ca264465369a82fbd6fe5faf73394c7b5 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Fri, 27 Jun 2025 11:57:55 +0300 Subject: [PATCH] feat: sway cfg and md mode - sway now uses wofi - migrate to assigning windows to workspaces using app_ids instead of classes - Md mode hitting enter now automatically calls insert list item --- private_dot_config/doom/config.el | 3 +++ private_dot_config/sway/config | 4 ++-- private_dot_config/sway/config.d/window_rules.conf | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index 0036969..bb1cf5a 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -630,3 +630,6 @@ (map! :leader :nv "e" #'ellama ) +;; I really needed this a long time ago +;; Markdown enter ) +(setq markdown-indent-on-enter 'indent-and-new-item) diff --git a/private_dot_config/sway/config b/private_dot_config/sway/config index 2f004c3..450262d 100644 --- a/private_dot_config/sway/config +++ b/private_dot_config/sway/config @@ -19,8 +19,8 @@ set $term wezterm # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -# set $menu wofi -d -f -S drun -set $menu rofi -show drun +set $menu wofi -d -S drun +# set $menu rofi -show drun include /etc/sway/config-vars.d/* diff --git a/private_dot_config/sway/config.d/window_rules.conf b/private_dot_config/sway/config.d/window_rules.conf index 896a8cd..e614393 100644 --- a/private_dot_config/sway/config.d/window_rules.conf +++ b/private_dot_config/sway/config.d/window_rules.conf @@ -20,6 +20,7 @@ workspace $Mail output $second #Terminal assign [class = "kitty"] $Terminal +assign [app_id = "org.wezfurlong.wezterm"] $Terminal assign [class = "qutebrowser"] $Terminal for_window [title = "Mozilla Firefox (Private Browsing)"] move to workspace $Vm