Update all the thing
This commit is contained in:
@@ -146,9 +146,7 @@ bindsym $mod+r mode "resize"
|
||||
# Special keys to adjust brightness via brightnessctl
|
||||
bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||
bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+
|
||||
# Special key to take a screenshot with grim
|
||||
bindsym Print exec grim
|
||||
|
||||
for_window [shell="xwayland"] title_format "[XWayland] %title"
|
||||
#xwayland disable
|
||||
|
||||
include ~/.config/sway/config.d/*
|
||||
|
||||
@@ -36,5 +36,10 @@ bindsym $mod+Shift+s move down
|
||||
bindsym $mod+Shift+w move up
|
||||
bindsym $mod+Shift+d move right
|
||||
|
||||
bindsym $mod+Shift+f floating toggle
|
||||
|
||||
## Layout management
|
||||
bindsym $mod+tab layout tabbed
|
||||
|
||||
## Utils
|
||||
bindsym Print exec ~/.local/bin/snag -d ~/screenshots/
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
output DP-1 mode 3840x2160@240.000Hz pos 0 0 scale 1 render_bit_depth 10 adaptive_sync on
|
||||
output DP-2 mode 2560x1440@240.000Hz pos 3840 0 scale 1 transform 90 adaptive_sync off
|
||||
3
.config/sway/config.d/outputs.conf
Normal file
3
.config/sway/config.d/outputs.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
output DP-1 mode 3840x2160@240.000Hz pos 0 0 scale 1.6 adaptive_sync on allow_tearing yes
|
||||
output DP-2 mode 2560x1440@240.000Hz pos 2400 0 scale 1.25 transform 90 adaptive_sync off
|
||||
output * max_render_time off
|
||||
@@ -29,9 +29,9 @@ set $crust #11111b
|
||||
|
||||
# Warm Sunset Window Colors
|
||||
client.focused $peach $peach $mantle $yellow $peach
|
||||
client.focused_inactive $lavender $lavender $mantle $yellow $lavender
|
||||
client.unfocused $blue $blue $mantle $yellow $blue
|
||||
client.urgent $red $base $text $surface0 $red
|
||||
client.focused_inactive $surface2 $lavender $mantle $yellow $lavender
|
||||
client.unfocused $surface2 $blue $mantle $yellow $blue
|
||||
client.urgent $crust $red $crust $surface0 $red
|
||||
client.placeholder $surface0 $surface0 $text $surface0 $surface0
|
||||
client.background $base
|
||||
|
||||
@@ -41,7 +41,7 @@ gaps outer 10
|
||||
default_border normal 4
|
||||
default_floating_border normal 4
|
||||
|
||||
font pango:"JetBrainsMono Nerd Font" Normal 14
|
||||
#font pango:"JetBrainsMono Nerd Font" Normal 14
|
||||
|
||||
# Status bar
|
||||
bar {
|
||||
|
||||
5
.config/sway/config.d/windows.conf
Normal file
5
.config/sway/config.d/windows.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
for_window [shell="xwayland"] title_format "[XWayland] %title"
|
||||
|
||||
assign [class="Unity"] workspace number 2
|
||||
for_window [title="Unity"] no_focus, move position 400 400
|
||||
for_window [title="Picture-in-Picture"] floating enable
|
||||
Reference in New Issue
Block a user