[kanaya] i3: change monitor shortcuts; add displayprofile changer

This commit is contained in:
Lexi / Zoe 2020-06-14 17:30:09 +02:00
parent b2b173ccbf
commit ba631b66a7
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 15 additions and 7 deletions

View File

@ -53,7 +53,7 @@ client.background #ffffff
bar {
status_command i3status
tray_output $OUTPUT1
tray_output primary
tray_padding 0
colors {
@ -284,14 +284,17 @@ bindsym $mod+Shift+F11 move container to workspace $WSf11
bindsym $mod+Shift+F12 move container to workspace $WSf12
# ~~ Keybindings for moving focus/containers/workspaces between monitors
bindsym $mod+comma focus output left
bindsym $mod+period focus output right
bindsym $mod+comma focus output $OUTPUT3
bindsym $mod+period focus output primary
bindsym $mod+slash focus output $OUTPUT2
bindsym $mod+Shift+comma move container to output left
bindsym $mod+Shift+period move container to output right
bindsym $mod+Shift+comma move container to output $OUTPUT3
bindsym $mod+Shift+period move container to output primary
bindsym $mod+Shift+slash move container to output $OUTPUT2
bindsym Control+$mod+comma move workspace to output left
bindsym Control+$mod+period move workspace to output right
bindsym Control+$mod+comma move workspace to output $OUTPUT3
bindsym Control+$mod+period move workspace to output primary
bindsym Control+$mod+slash move workspace to output $OUTPUT2
# APP-SPECIFIC WINDOW RULES
@ -346,6 +349,11 @@ bindsym Print exec --no-startup-id "volctl down"
bindsym Scroll_Lock exec --no-startup-id "volctl up"
bindsym Pause exec --no-startup-id "volctl mute toggle"
# ~~ Switch between display profiles
bindsym $mod+p exec --no-startup-id "displayprofile auto"
bindsym $mod+Scroll_Lock exec --no-startup-id "displayprofile auto"
bindsym $mod+Ctrl+Scroll_Lock exec --no-startup-id "displayprofile default"
# ~~ Password manager: passmenu
bindsym $mod+Shift+p exec --no-startup-id passmenu