From 593b961a513d1eb228cead65d56a8f2253ca1c1c Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Wed, 5 Feb 2025 16:02:49 -0700 Subject: [PATCH] Cleaned up old, obsolete configs --- .config/sway/config | 4 - ...isplay-arrangement.conf##hostname.normandy | 13 ---- ...splay-arrangement.conf##hostname.rocinante | 7 -- .../display-arrangement.conf##hostname.tycho | 16 ---- ...display-arrangement.conf##hostname.zariman | 9 --- ...space-arrangement.conf##class.dual-monitor | 63 ---------------- ...ace-arrangement.conf##class.single-monitor | 22 ------ ...kspace-arrangement.conf##class.tie-fighter | 38 ---------- ...ace-arrangement.conf##class.triple-monitor | 75 ------------------- 9 files changed, 247 deletions(-) delete mode 100644 .config/sway/display-arrangement.conf##hostname.normandy delete mode 100644 .config/sway/display-arrangement.conf##hostname.rocinante delete mode 100644 .config/sway/display-arrangement.conf##hostname.tycho delete mode 100644 .config/sway/display-arrangement.conf##hostname.zariman delete mode 100644 .config/sway/workspace-arrangement.conf##class.dual-monitor delete mode 100644 .config/sway/workspace-arrangement.conf##class.single-monitor delete mode 100644 .config/sway/workspace-arrangement.conf##class.tie-fighter delete mode 100644 .config/sway/workspace-arrangement.conf##class.triple-monitor diff --git a/.config/sway/config b/.config/sway/config index a3ab5ab..c9c55cc 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -29,10 +29,6 @@ set $colorwallpaper '#1e1e1e' ## Set Background output * bg '#1e1e1e' solid_color -## Include Device-Specific Configs -#include display-arrangement.conf -#include workspace-arrangement.conf - ### ### # Window Management Keybinds # ### ### diff --git a/.config/sway/display-arrangement.conf##hostname.normandy b/.config/sway/display-arrangement.conf##hostname.normandy deleted file mode 100644 index df53929..0000000 --- a/.config/sway/display-arrangement.conf##hostname.normandy +++ /dev/null @@ -1,13 +0,0 @@ -### -*-conf-space-*- ### -# S.S.V. Normandy Display Config # -### ### - -set $leftdisplay 'HDMI-A-1' -set $centerdisplay 'DP-1' -set $rightdisplay 'DP-2' - -output { - $leftdisplay pos 0 220 mode --custom 1920x1080@75Hz - $centerdisplay pos 1920 0 mode 2560x1440@165Hz - $rightdisplay pos 4480 230 mode --custom 1920x1080@75Hz -} diff --git a/.config/sway/display-arrangement.conf##hostname.rocinante b/.config/sway/display-arrangement.conf##hostname.rocinante deleted file mode 100644 index 14a63ed..0000000 --- a/.config/sway/display-arrangement.conf##hostname.rocinante +++ /dev/null @@ -1,7 +0,0 @@ -### -*-conf-space-*- ### -# Rocinante Display Config # -### ### - -set $display eDP-1 - -output $display scale 1 pos 0 1080 diff --git a/.config/sway/display-arrangement.conf##hostname.tycho b/.config/sway/display-arrangement.conf##hostname.tycho deleted file mode 100644 index 5c4a657..0000000 --- a/.config/sway/display-arrangement.conf##hostname.tycho +++ /dev/null @@ -1,16 +0,0 @@ -### -*-conf-space-*- ### -# Tycho Station Display Config # -### ### - -set $leftdisplay "HP Inc. HP Z27n G2 6CM0151FHY" -set $centerdisplay "Hewlett Packard HP S340c CN490508SQ" -set $rightdisplay "HP Inc. HP Z27n G2 6CM0151FD4" - -output { - $leftdisplay pos 0 450 mode 2560x1440@60Hz - $leftdisplay bg ~/Images/Wallpaper.png center - $centerdisplay pos 2560 450 mode 3440x1440 transform 0 - $centerdisplay bg ~/Images/Wallpaper.png center - $rightdisplay pos 6000 0 mode 2560x1440@60Hz transform 90 - $rightdisplay bg ~/Images/Sidepaper.png center -} \ No newline at end of file diff --git a/.config/sway/display-arrangement.conf##hostname.zariman b/.config/sway/display-arrangement.conf##hostname.zariman deleted file mode 100644 index 72c729e..0000000 --- a/.config/sway/display-arrangement.conf##hostname.zariman +++ /dev/null @@ -1,9 +0,0 @@ -### -*-conf-space-*- ### -# Gathering Storm Display Config # -### ### - -set $display eDP-1 - -output $display scale 1 pos 0 1080 -output $display color_profile icc /usr/share/color/icc/colord/BOE_CQ_______NE160QDM_NZ6.icm - diff --git a/.config/sway/workspace-arrangement.conf##class.dual-monitor b/.config/sway/workspace-arrangement.conf##class.dual-monitor deleted file mode 100644 index 9fbcb39..0000000 --- a/.config/sway/workspace-arrangement.conf##class.dual-monitor +++ /dev/null @@ -1,63 +0,0 @@ -### -*-conf-space-*- ### -# Dual-Monitor Workspace Settings # -### ### - -# This file defines the workspaces and creates the keybinds to switch -# between them and move containers around between them. This version -# is for dual-monitor systems. The host-specific display-arrangement.conf -# file should declare the $leftdisplay and $rightdisplay variables used -# here. - -workspace { - # Left monitor workspaces - 1 output $leftdisplay - 2 output $leftdisplay - 3 output $leftdisplay - 4 output $leftdisplay - 5 output $leftdisplay - 6 output $leftdisplay - 7 output $leftdisplay - 8 output $leftdisplay - 9 output $leftdisplay - 10 output $leftdisplay - - # Right monitor workspaces - 11 output $rightdisplay - 12 output $rightdisplay - 13 output $rightdisplay - 14 output $rightdisplay - 15 output $rightdisplay - 16 output $rightdisplay - 17 output $rightdisplay - 18 output $rightdisplay - 19 output $rightdisplay - 20 output $rightdisplay -} - -## Workspace Switching Keybinds -bindsym { - $mod+1 exec swaymsg workspace $(sway-find-workspace 1 ) - $mod+2 exec swaymsg workspace $(sway-find-workspace 2 ) - $mod+3 exec swaymsg workspace $(sway-find-workspace 3 ) - $mod+4 exec swaymsg workspace $(sway-find-workspace 4 ) - $mod+5 exec swaymsg workspace $(sway-find-workspace 5 ) - $mod+6 exec swaymsg workspace $(sway-find-workspace 6 ) - $mod+7 exec swaymsg workspace $(sway-find-workspace 7 ) - $mod+8 exec swaymsg workspace $(sway-find-workspace 8 ) - $mod+9 exec swaymsg workspace $(sway-find-workspace 9 ) - $mod+0 exec swaymsg workspace $(sway-find-workspace 10) -} - -## Window Reassignment Keybinds -bindsym { - $mod+Shift+1 exec swaymsg move container to workspace $(sway-find-workspace 1 ) - $mod+Shift+2 exec swaymsg move container to workspace $(sway-find-workspace 2 ) - $mod+Shift+3 exec swaymsg move container to workspace $(sway-find-workspace 3 ) - $mod+Shift+4 exec swaymsg move container to workspace $(sway-find-workspace 4 ) - $mod+Shift+5 exec swaymsg move container to workspace $(sway-find-workspace 5 ) - $mod+Shift+6 exec swaymsg move container to workspace $(sway-find-workspace 6 ) - $mod+Shift+7 exec swaymsg move container to workspace $(sway-find-workspace 7 ) - $mod+Shift+8 exec swaymsg move container to workspace $(sway-find-workspace 8 ) - $mod+Shift+9 exec swaymsg move container to workspace $(sway-find-workspace 9 ) - $mod+Shift+0 exec swaymsg move container to workspace $(sway-find-workspace 10) -} diff --git a/.config/sway/workspace-arrangement.conf##class.single-monitor b/.config/sway/workspace-arrangement.conf##class.single-monitor deleted file mode 100644 index 163810c..0000000 --- a/.config/sway/workspace-arrangement.conf##class.single-monitor +++ /dev/null @@ -1,22 +0,0 @@ -### -*-conf-space-*- ### -# Single-Monitor Workspace Settings # -### ### - -# This file defines the workspaces and creates the keybinds to switch -# between them and move containers around between them. This version -# is for dual-monitor systems. The host-specific display-arrangement.conf -# file should declare the $display variable used here. - -workspace { - 1 output $display - 2 output $display - 3 output $display - 4 output $display - 5 output $display - 6 output $display - 7 output DP-1 DP-2 DP-3 DP-4 $display - 8 output $display - 9 output $display - 10 output $display -} - diff --git a/.config/sway/workspace-arrangement.conf##class.tie-fighter b/.config/sway/workspace-arrangement.conf##class.tie-fighter deleted file mode 100644 index 3714e9a..0000000 --- a/.config/sway/workspace-arrangement.conf##class.tie-fighter +++ /dev/null @@ -1,38 +0,0 @@ -### -*-conf-space-*- ### -# Tie Fighter Workspace Settings # -### ### - -# This file defines the workspaces and creates the keybinds to switch -# between them and move containers around between them. This version -# is for "tie-fighter" systems (one horizontal central display flanked -# by two vertical displays). The host-specific display-arrangement.conf -# file should declare the $leftdisplay, $centerdisplay, and $rightdisplay -# variables used here. - -workspace { - # Left monitor workspaces - 1 output $leftdisplay - 2 output $leftdisplay - 3 output $leftdisplay - 4 output $leftdisplay - 5 output $leftdisplay - - # Center monitor workspaces - 6 output $centerdisplay - 7 output $centerdisplay - 8 output $centerdisplay - 9 output $centerdisplay - 10 output $centerdisplay - 11 output $centerdisplay - 12 output $centerdisplay - 13 output $centerdisplay - 14 output $centerdisplay - 15 output $centerdisplay - - # Right monitor workspaces - 16 output $rightdisplay - 17 output $rightdisplay - 18 output $rightdisplay - 19 output $rightdisplay - 20 output $rightdisplay -} diff --git a/.config/sway/workspace-arrangement.conf##class.triple-monitor b/.config/sway/workspace-arrangement.conf##class.triple-monitor deleted file mode 100644 index 16baca7..0000000 --- a/.config/sway/workspace-arrangement.conf##class.triple-monitor +++ /dev/null @@ -1,75 +0,0 @@ -### -*-conf-space-*- ### -# Dual-Monitor Workspace Settings # -### ### - -# This file defines the workspaces and creates the keybinds to switch -# between them and move containers around between them. This version -# is for dual-monitor systems. The host-specific display-arrangement.conf -# file should declare the $leftdisplay and $rightdisplay variables used -# here. - -workspace { - # Left monitor workspaces - 1 output $leftdisplay - 2 output $leftdisplay - 3 output $leftdisplay - 4 output $leftdisplay - 5 output $leftdisplay - 6 output $leftdisplay - 7 output $leftdisplay - 8 output $leftdisplay - 9 output $leftdisplay - 10 output $leftdisplay - - # Center monitor workspaces - 11 output $centerdisplay - 12 output $centerdisplay - 13 output $centerdisplay - 14 output $centerdisplay - 15 output $centerdisplay - 16 output $centerdisplay - 17 output $centerdisplay - 18 output $centerdisplay - 19 output $centerdisplay - 20 output $centerdisplay - - # Right monitor workspaces - 21 output $rightdisplay - 22 output $rightdisplay - 23 output $rightdisplay - 24 output $rightdisplay - 25 output $rightdisplay - 26 output $rightdisplay - 27 output $rightdisplay - 28 output $rightdisplay - 29 output $rightdisplay - 30 output $rightdisplay -} - -## Workspace Switching Keybinds -bindsym { - $mod+1 exec swaymsg workspace $(sway-find-workspace 1 ) - $mod+2 exec swaymsg workspace $(sway-find-workspace 2 ) - $mod+3 exec swaymsg workspace $(sway-find-workspace 3 ) - $mod+4 exec swaymsg workspace $(sway-find-workspace 4 ) - $mod+5 exec swaymsg workspace $(sway-find-workspace 5 ) - $mod+6 exec swaymsg workspace $(sway-find-workspace 6 ) - $mod+7 exec swaymsg workspace $(sway-find-workspace 7 ) - $mod+8 exec swaymsg workspace $(sway-find-workspace 8 ) - $mod+9 exec swaymsg workspace $(sway-find-workspace 9 ) - $mod+0 exec swaymsg workspace $(sway-find-workspace 10) -} - -## Window Reassignment Keybinds -bindsym { - $mod+Shift+1 exec swaymsg move container to workspace $(sway-find-workspace 1 ) - $mod+Shift+2 exec swaymsg move container to workspace $(sway-find-workspace 2 ) - $mod+Shift+3 exec swaymsg move container to workspace $(sway-find-workspace 3 ) - $mod+Shift+4 exec swaymsg move container to workspace $(sway-find-workspace 4 ) - $mod+Shift+5 exec swaymsg move container to workspace $(sway-find-workspace 5 ) - $mod+Shift+6 exec swaymsg move container to workspace $(sway-find-workspace 6 ) - $mod+Shift+7 exec swaymsg move container to workspace $(sway-find-workspace 7 ) - $mod+Shift+8 exec swaymsg move container to workspace $(sway-find-workspace 8 ) - $mod+Shift+9 exec swaymsg move container to workspace $(sway-find-workspace 9 ) - $mod+Shift+0 exec swaymsg move container to workspace $(sway-find-workspace 10) -}