diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-19 21:44:43 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-19 21:44:43 -0400 |
commit | a41985662cbf5c0d63a25f9e60b4f90338078290 (patch) | |
tree | c6cd8db7792593fe41950e44b934553bf376c024 /.config/sway/config.d | |
parent | oops (diff) | |
download | dotfiles-arch-a41985662cbf5c0d63a25f9e60b4f90338078290.tar.gz dotfiles-arch-a41985662cbf5c0d63a25f9e60b4f90338078290.tar.bz2 dotfiles-arch-a41985662cbf5c0d63a25f9e60b4f90338078290.zip |
aaaaaaaaa davekat what
Diffstat (limited to '.config/sway/config.d')
-rw-r--r-- | .config/sway/config.d/idle | 5 | ||||
-rw-r--r-- | .config/sway/config.d/input | 2 | ||||
-rw-r--r-- | .config/sway/config.d/workspaces | 1 |
3 files changed, 2 insertions, 6 deletions
diff --git a/.config/sway/config.d/idle b/.config/sway/config.d/idle deleted file mode 100644 index 2b239fe..0000000 --- a/.config/sway/config.d/idle +++ /dev/null @@ -1,5 +0,0 @@ -# Turn off display after tiemout -exec swayidle -w \ - timeout 300 'swaylock' \ - timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ - before-sleep 'swaylock' diff --git a/.config/sway/config.d/input b/.config/sway/config.d/input index 8ee6ba7..9cb7156 100644 --- a/.config/sway/config.d/input +++ b/.config/sway/config.d/input @@ -17,4 +17,4 @@ input type:touchpad { } # Screen settings -output eDP-1 resolution 3072x1920 scale $scale +# output eDP-1 resolution 3072x1920 scale $scale diff --git a/.config/sway/config.d/workspaces b/.config/sway/config.d/workspaces index 2d5b378..5fac86b 100644 --- a/.config/sway/config.d/workspaces +++ b/.config/sway/config.d/workspaces @@ -36,6 +36,7 @@ bindsym $mod+Shift+9 move container to workspace number 9 # Layout stuff: # Set the new window positioning mode +bindsym $mod+Shift+d layout default bindsym $mod+Shift+b layout splith bindsym $mod+Shift+v layout splitv bindsym $mod+Shift+c layout tabbed |