I3 to Sway #1
1 changed files with 12 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue