From 99648e17fb1febc2740a024ae72529c907418a6b Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 22 Feb 2024 17:29:23 -0600 Subject: feat(sway): use sway-overfocus for tabbed layout --- swayr/.config/sway/config.d/50-swayr.conf | 2 - swayr/.config/swayr/config.toml | 84 ------------------------------- 2 files changed, 86 deletions(-) delete mode 100644 swayr/.config/sway/config.d/50-swayr.conf delete mode 100644 swayr/.config/swayr/config.toml (limited to 'swayr/.config') diff --git a/swayr/.config/sway/config.d/50-swayr.conf b/swayr/.config/sway/config.d/50-swayr.conf deleted file mode 100644 index 3abf3c1..0000000 --- a/swayr/.config/sway/config.d/50-swayr.conf +++ /dev/null @@ -1,2 +0,0 @@ -bindsym $mod+Tab exec env RUST_BACKTRACE=1 \ - swayr switch-to-urgent-or-lru-window >> /tmp/swayr.log 2>&1 diff --git a/swayr/.config/swayr/config.toml b/swayr/.config/swayr/config.toml deleted file mode 100644 index 6f4a00d..0000000 --- a/swayr/.config/swayr/config.toml +++ /dev/null @@ -1,84 +0,0 @@ -[menu] -executable = 'wmenu' -args = [ - '-i', - '-f', - 'monospace 12', - '-nebdbb2', - '-N282828', - '-S282828', - '-sfe8019', - '-mebdbb2', - '-M8ec07c', -] - -[format] -output_format = '{indent}Output {name} ({id})' -workspace_format = '{indent}Workspace {name} [{layout}] on output {output_name} ({id})' -container_format = '{indent}Container [{layout}] {marks} on workspace {workspace_name} ({id})' -# window_format = 'img:{app_icon}:text:{indent}{app_name} — {urgency_start}“{title}”{urgency_end} {marks} on workspace {workspace_name} / {output_name} ({id})' -window_format = "{indent}{app_name} — {urgency_start}“{title}”{urgency_end} {marks} on workspace {workspace_name} / {output_name} ({id})\u0000icon\u001f{app_icon}" -indent = ' ' -urgency_start = '' -urgency_end = '' -html_escape = true -icon_dirs = [ - '/usr/share/icons/hicolor/scalable/apps', - '/usr/share/icons/hicolor/64x64/apps', - '/usr/share/icons/hicolor/48x48/apps', - '/usr/share/icons/Adwaita/64x64/apps', - '/usr/share/icons/Adwaita/48x48/apps', - '/usr/share/pixmaps', -] - -[layout] -auto_tile = false -auto_tile_min_window_width_per_output_width = [ - [ - 800, - 400, - ], - [ - 1024, - 500, - ], - [ - 1280, - 600, - ], - [ - 1400, - 680, - ], - [ - 1440, - 700, - ], - [ - 1600, - 780, - ], - [ - 1920, - 920, - ], - [ - 2560, - 1000, - ], - [ - 3440, - 1000, - ], - [ - 4096, - 1200, - ], -] - -[focus] -lockin_delay = 750 - -[misc] -auto_nop_delay = 3000 -seq_inhibit = false -- cgit v1.2.3-70-g09d2