This commit is contained in:
Greg 2026-02-27 17:11:15 +02:00
parent a96d10a3de
commit e1dd553ab4
2 changed files with 27 additions and 8 deletions

View file

@ -0,0 +1 @@
--incognito

View file

@ -31,11 +31,11 @@ set $up k
set $right l
set $term wezterm
set $browser firefox
set $clipboard copyq show
set $menu fish -c 'rofi -show run -terminal $term'
set $windows fish -c 'rofi -show window'
set $laptop eDP-1
set $typecmonitor DP-1
set $dongle DP-2
set $hdmi HDMI-A-1
@ -64,17 +64,34 @@ output * bg ~/.config/sway/bg.jpg fill
# vertical type-c
output $typecmonitor {
# # vertical type-c
# output $typecmonitor {
# mode 3840x2160@59.940Hz
# pos 0 0
# transform 270
# scale 2.0
# adaptive_sync on
# }
# horizontal hdmi
output $hdmi {
mode 3840x2160@59.940Hz
pos 0 0
transform 270
scale 2.0
adaptive_sync on
}
# horizontal hdmi
output $hdmi {
# horizontal dongle
output $dongle {
mode 3840x2160@59.940Hz
pos 0 0
scale 2.0
adaptive_sync on
}
# horizontal dp left side
output $typecmonitor {
mode 3840x2160@59.940Hz
pos 0 0
scale 2.0
@ -105,6 +122,7 @@ input "type:touchpad" {
tap enabled
natural_scroll enabled
tap_button_map lrm
drag_lock disable
}
input "type:pointer" {
@ -132,8 +150,8 @@ input "type:keyboard" {
bindsym --to-code $mod+Shift+q kill
bindsym --to-code $mod+Space exec $menu
bindsym --to-code $mod+Tab exec $windows
bindsym --to-code Shift+Space exec $clipboard
bindsym --to-code $mod+Backspace exec ~/.scripts/kitty_shell.fish ~/.scripts/power.fish
bindsym --to-code Shift+Space exec copyq show
bindsym --to-code $mod+Backspace exec ~/.scripts/power.fish
bindsym --to-code $mod+Apostrophe exec ~/.scripts/shot.fish
# Drag floating windows by holding down $mod and left mouse button.