From 4dbb8db39aaf94f67af19105ae17b77767d680c5 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Mon, 11 Oct 2021 12:23:44 +0200 Subject: [PATCH] Some changes for work environment --- config/sway/config | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/config/sway/config b/config/sway/config index d2c913a..e2f2a3d 100644 --- a/config/sway/config +++ b/config/sway/config @@ -29,8 +29,10 @@ set $mod Mod4 # Displays set $thinkstation HDMI-A-3 -set $thinkstation-work DP-1 +set $thinkstation-work "DP-1 'llyma'" set $thinkpad eDP-1 +set $thinkpad-work "DP-1 'Samsung Electric Company SMS24A450/460 HTMC807749'" +set $work DP-1 # Workspaces set $wksp1 "1: Main" @@ -80,6 +82,7 @@ set $modalHeight 800 output $thinkstation resolution 3440x1440@100Hz position 0,0 adaptive_sync on output $thinkstation-work resolution 1920x1080@60Hz position 3440,0 transform 270 adaptive_sync on output $thinkpad resolution 1920x1080 position 0,0 +output $thinkpad-work resolution 1920x1080 position 0,1080 ### Gnome settings @@ -185,7 +188,13 @@ bindsym $mod+t exec "$term -t 'Top' -e bpytop" bindsym $mod+c exec "$term -t 'Calendar' -e khal interactive" # Note -bindsym $mod+n exec "/home/dbroqua/Softwares/Zettlr" +#bindsym $mod+n exec "/home/dbroqua/Softwares/Zettlr" + +# Dismiss last notification +bindsym $mod+n exec makoctl dismiss +# Do not disturb +bindsym $mod+d exec makoctl set-mode do-not-disturb +bindsym $mod+Shift+d exec "makoctl set-mode default && makoctl restore" # Multimedia keys bindsym --locked XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% @@ -199,7 +208,7 @@ bindsym $mod+shift+m exec "$term -t 'Music Player Client' -e ncmpcpp" bindsym $mod+shift+v exec "$term -t 'Audio Visualizer' -e cava" # Screen -bindsym $mod+p exec swaymsg output $thinkstation-work toggle +bindsym $mod+p exec "swaymsg output $work toggle" # # Brightness