- commit
- 798d5d1
- parent
- 5ba87d1
- author
- Eric Bower
- date
- 2026-02-01 11:11:30 -0500 EST
chore: sway
1 files changed,
+68,
-88
+68,
-88
1@@ -4,96 +4,49 @@ set $left h
2 set $down j
3 set $up k
4 set $right l
5-set $term foot
6-
7-set $background #282a36
8-set $color5 #bd93f9
9-set $menu bemenu-run | xargs swaymsg exec --
10
11 client.focused #bd93f9 #282a36 #f2f2f2 #50fa7b #bd93f9
12 client.unfocused #81859b #282a36 #81859b #50fa7b #44475a
13
14 default_border pixel 1
15
16-set $home DP-1
17-set $home3 DP-3
18-output $home3 mode 2560x1440@144Hz
19-output $home3 scale 1
20-
21-set $cahoots DP-4
22-# Dell Inc. DELL U2713HM JMPXK44LA7AL
23-output $cahoots mode 2560x1440@59.951Hz
24-output $cahoots scale 1.2
25-
26-set $laptop eDP-1
27-output $laptop mode 2256x1504@59.999Hz
28-output $laptop scale 1.7
29-
30 bindswitch lid:on output $laptop disable
31 bindswitch lid:off output $laptop enable
32
33-# git clone https://aur.archlinux.org/light.git
34-# RUN: `usermod -a -G video erock`
35-bindsym XF86MonBrightnessUp exec light -A 1
36-bindsym XF86MonBrightnessDown exec light -U 1
37-# RUN: pacman -S pamixer
38-bindsym XF86AudioMute exec pamixer --toggle-mute
39-bindsym XF86AudioLowerVolume exec pamixer -d 5
40-bindsym XF86AudioRaiseVolume exec pamixer -i 5
41-bindsym $mod+Shift+s exec grim -g "$(slurp)" -t png ~/screenshot_$(date +%s).png
42-
43-input "type:touchpad" {
44- tap enabled
45- natural_scroll disabled
46- dwt disabled
47- accel_profile "flat" # disable mouse acceleration
48- pointer_accel 0.0 # set mouse sensitivity (between -1 and 1)
49-}
50-
51-input "type:keyboard" {
52- repeat_delay 300
53- repeat_rate 30
54-}
55-
56-# input "1:1:AT_Translated_Set_2_keyboard" {
57-# xkb_options "caps:escape,altwin:swap_alt_win"
58-# }
59-
60-# input "18003:1:foostan_Corne" {
61-# }
62-
63-# input "4152:5920:SteelSeries_SteelSeries_Rival_310_eSports_Mouse_Keyboard" {
64-# scroll_factor 1
65-# }
66-
67-# input "20547:23623:Ploopy_Corporation_Ploopy_Adept_Trackball_Mouse" {
68-# accel_profile "flat"
69-# pointer_accel -0.65 # between -1 and 1
70-# }
71-
72-bindsym $mod+Return exec $term
73-
74-bindsym $mod+q kill
75-bindsym $mod+d exec $menu
76-
77 floating_modifier $mod normal
78-
79+bindsym $mod+Return exec foot
80+bindsym $mod+q kill
81+bindsym $mod+d exec qs -c noctalia-shell ipc call launcher toggle
82+bindsym $mod+Comma exec qs -c noctalia-shell ipc call settings toggle
83+bindsym $mod+c exec wl-copy
84+bindsym $mod+v exec wl-paste
85+bindsym $mod+z splith
86+bindsym $mod+x splitv
87+bindsym $mod+w layout tabbed
88+bindsym $mod+e layout toggle split
89+bindsym $mod+f fullscreen
90+bindsym $mod+space focus mode_toggle
91+bindsym $mod+Shift+s exec grim -g "$(slurp)" -t png ~/screenshot_$(date +%s).png
92 bindsym $mod+Shift+c reload
93-
94 bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
95-
96+bindsym $mod+Shift+space floating toggle
97+bindsym $mod+Shift+minus move scratchpad
98+bindsym $mod+minus scratchpad show
99+bindsym XF86AudioRaiseVolume exec qs -c noctalia-shell ipc call volume increase
100+bindsym XF86AudioLowerVolume exec qs -c noctalia-shell ipc call volume decrease
101+bindsym XF86AudioMute exec qs -c noctalia-shell ipc call volume muteOutput
102+bindsym XF86MonBrightnessUp exec qs -c noctalia-shell ipc call brightness increase
103+bindsym XF86MonBrightnessDown exec qs -c noctalia-shell ipc call brightness decrease
104 # Move your focus around
105 bindsym $mod+$left focus left
106 bindsym $mod+$down focus down
107 bindsym $mod+$up focus up
108 bindsym $mod+$right focus right
109-
110 # Move the focused window with the same, but add Shift
111 bindsym $mod+Shift+$left move left
112 bindsym $mod+Shift+$down move down
113 bindsym $mod+Shift+$up move up
114 bindsym $mod+Shift+$right move right
115-
116 # Switch to workspace
117 bindsym $mod+1 workspace number 1
118 bindsym $mod+2 workspace number 2
119@@ -117,30 +70,57 @@ bindsym $mod+Shift+8 move container to workspace number 8
120 bindsym $mod+Shift+9 move container to workspace number 9
121 bindsym $mod+Shift+0 move container to workspace number 10
122
123-bindsym $mod+c exec wl-copy
124-bindsym $mod+v exec wl-paste
125-
126-bindsym $mod+z splith
127-bindsym $mod+x splitv
128+set $home DP-1
129+set $home3 DP-3
130+output $home3 mode 2560x1440@144Hz
131+output $home3 scale 1
132
133-# Switch the current container between different layout styles
134-bindsym $mod+s layout stacking
135-bindsym $mod+w layout tabbed
136-bindsym $mod+e layout toggle split
137+set $cahoots DP-4
138+# Dell Inc. DELL U2713HM JMPXK44LA7AL
139+output $cahoots mode 2560x1440@59.951Hz
140+output $cahoots scale 1.2
141
142-bindsym $mod+f fullscreen
143+set $laptop eDP-1
144+output $laptop mode 2256x1504@59.999Hz
145+output $laptop scale 1.7
146
147-bindsym $mod+Shift+space floating toggle
148-bindsym $mod+space focus mode_toggle
149+exec qs -c noctalia-shell
150
151-bindsym $mod+Shift+minus move scratchpad
152-bindsym $mod+minus scratchpad show
153+input "type:touchpad" {
154+ tap enabled
155+ natural_scroll disabled
156+ dwt disabled
157+ accel_profile "flat" # disable mouse acceleration
158+ pointer_accel 0.0 # set mouse sensitivity (between -1 and 1)
159+}
160
161-exec qs -c noctalia-shell
162+input "type:keyboard" {
163+ repeat_delay 300
164+ repeat_rate 30
165+}
166
167-# bar {
168-# swaybar_command waybar
169+# OLD CFG
170+#
171+# set $menu bemenu-run | xargs swaymsg exec --
172+# bindsym $mod+d exec $menu
173+# git clone https://aur.archlinux.org/light.git
174+# RUN: `usermod -a -G video erock`
175+# bindsym XF86MonBrightnessUp exec light -A 1
176+# bindsym XF86MonBrightnessDown exec light -U 1
177+# RUN: pacman -S pamixer
178+# bindsym XF86AudioMute exec pamixer --toggle-mute
179+# bindsym XF86AudioLowerVolume exec pamixer -d 5
180+# bindsym XF86AudioRaiseVolume exec pamixer -i 5
181+#
182+# input "1:1:AT_Translated_Set_2_keyboard" {
183+# xkb_options "caps:escape,altwin:swap_alt_win"
184+# }
185+# input "18003:1:foostan_Corne" {
186+# }
187+# input "4152:5920:SteelSeries_SteelSeries_Rival_310_eSports_Mouse_Keyboard" {
188+# scroll_factor 1
189+# }
190+# input "20547:23623:Ploopy_Corporation_Ploopy_Adept_Trackball_Mouse" {
191+# accel_profile "flat"
192+# pointer_accel -0.65 # between -1 and 1
193 # }
194-
195-# exec_always gammastep -l 42.265385:-83.716557 -t 6500:3500
196-# exec mako