diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-05-05 21:53:16 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-05-05 21:53:16 -0400 |
| commit | be8c956b0e819f2db0c6ae3598b6590b62982a83 (patch) | |
| tree | 9de8204882f8894776bd34f83af2800130bb87b5 /.config/sway/config | |
| parent | 6ad4d3dfd32b569f9485d24f80a768ed3ca19e46 (diff) | |
been a while
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.config/sway/config b/.config/sway/config index 62830c8..1cca1e9 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -18,7 +18,7 @@ exec startup ### Output configuration # # Default wallpaper (more resolutions are available in @datadir@/backgrounds/sway/) -output * bg ~/dotfiles/files/wallpapers/mill.png fill +output * bg ~/dotfiles/files/wallpapers/sunset.jpg fill # # Example configuration: # @@ -26,7 +26,7 @@ output * bg ~/dotfiles/files/wallpapers/mill.png fill # # You can get the names of your outputs by running: swaymsg -t get_outputs output eDP-1 position -0,0 -output HDMI-A-1 position -0,0 +# output HDMI-A-1 position -0,0 mode 1920x1080 ### Idle configuration exec swayidle -w \ @@ -35,6 +35,7 @@ exec swayidle -w \ ### Input configuration input type:touchpad { natural_scroll enabled + dwt disabled } input type:keyboard { @@ -44,7 +45,7 @@ input type:keyboard { } ### Style -default_border pixel +default_border none ### Key bindings # @@ -72,8 +73,8 @@ default_border pixel bindsym $mod+Ctrl+l exec lock # screenshot - bindsym $mod+s exec screenshot - bindsym $mod+Shift+s exec screenshot -save + bindsym $mod+s exec screenshot -save + bindsym $mod+Shift+s exec screenshot # Drag floating windows by holding down $mod and left mouse button. floating_modifier $mod normal @@ -141,7 +142,7 @@ default_border pixel # $mod+b or $mod+v, for horizontal and vertical splits # respectively. bindsym $mod+b splith - bindsym $mod+v splitv + # bindsym $mod+v splitv # Switch the current container between different layout styles # bindsym $mod+s layout stacking @@ -152,7 +153,7 @@ default_border pixel bindsym $mod+f fullscreen # Toggle the current focus between tiling and floating mode - bindsym $mod+Shift+space floating toggle + bindsym $mod+v floating toggle # Swap focus between the tiling area and the floating area bindsym $mod+space focus mode_toggle |
