From a5c47661ab4003e9b7221ac87a521ff361d37ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 20 May 2021 16:14:23 +0300 Subject: Changes after having to reinstall Artix Mainly to install script and sway config for my X200. --- dotfiles/.config/sway/basedpad | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 dotfiles/.config/sway/basedpad (limited to 'dotfiles/.config') 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 -- cgit v1.2.3