diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-05-20 16:14:23 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-05-20 16:14:23 +0300 |
commit | a5c47661ab4003e9b7221ac87a521ff361d37ec6 (patch) | |
tree | 15820de53dd08e742990c0e49664b8030aa34f36 /dotfiles | |
parent | 518e002630d907c6d6c13e3ec3becd7d24382669 (diff) | |
download | swayrice-a5c47661ab4003e9b7221ac87a521ff361d37ec6.tar.gz swayrice-a5c47661ab4003e9b7221ac87a521ff361d37ec6.zip |
Changes after having to reinstall Artix
Mainly to install script and sway config for my X200.
Diffstat (limited to 'dotfiles')
-rw-r--r-- | dotfiles/.config/sway/basedpad | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/basedpad b/dotfiles/.config/sway/basedpad new file mode 100644 index 0000000..6d062b4 --- /dev/null +++ b/dotfiles/.config/sway/basedpad @@ -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 "lock-color" + +# 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 |