diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-08-20 22:12:48 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-08-20 22:12:48 +0300 |
commit | 0d9d46ed14ae21c0a408e9dc5189d653df197d1f (patch) | |
tree | c0155db69c2d157f801cfedfbd9af7b47eda1234 /dotfiles/.config/sway/berkut | |
parent | e7e6239596bdad020a09d8404573fc8e6c6133c8 (diff) | |
download | swayrice-0d9d46ed14ae21c0a408e9dc5189d653df197d1f.tar.gz swayrice-0d9d46ed14ae21c0a408e9dc5189d653df197d1f.zip |
Hostname changes
Diffstat (limited to 'dotfiles/.config/sway/berkut')
-rw-r--r-- | dotfiles/.config/sway/berkut | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/berkut b/dotfiles/.config/sway/berkut new file mode 100644 index 0000000..7b392dd --- /dev/null +++ b/dotfiles/.config/sway/berkut @@ -0,0 +1,24 @@ +# vim: filetype=i3 + +# Configuration specific to my laptop computer + +# Default wallpaper +output "*" background ~/.config/wall1.png fill + +# Outputs +output "LVDS-1" pos 0 0 + +# On lid close +bindswitch --reload --locked lid:on exec "swaysession suspend" + +# Workspaces +workspace $ws1 output LVDS-1 +workspace $ws2 output LVDS-1 +workspace $ws3 output LVDS-1 +workspace $ws4 output LVDS-1 +workspace $ws5 output LVDS-1 +workspace $ws6 output LVDS-1 +workspace $ws7 output DP-1 VGA-1 +workspace $ws8 output DP-1 VGA-1 +workspace $ws9 output DP-1 VGA-1 +workspace $ws10 output DP-1 VGA-1 |