diff --git a/.config/chromium-flags.conf b/.config/chromium-flags.conf new file mode 100644 index 0000000..0cc9435 --- /dev/null +++ b/.config/chromium-flags.conf @@ -0,0 +1 @@ +--incognito diff --git a/.config/sway/config b/.config/sway/config index 6cc275f..9a16973 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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.