[kanaya] i3: change monitor shortcuts; add displayprofile changer
This commit is contained in:
parent
b2b173ccbf
commit
ba631b66a7
|
|
@ -53,7 +53,7 @@ client.background #ffffff
|
||||||
bar {
|
bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
|
|
||||||
tray_output $OUTPUT1
|
tray_output primary
|
||||||
tray_padding 0
|
tray_padding 0
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
|
|
@ -284,14 +284,17 @@ bindsym $mod+Shift+F11 move container to workspace $WSf11
|
||||||
bindsym $mod+Shift+F12 move container to workspace $WSf12
|
bindsym $mod+Shift+F12 move container to workspace $WSf12
|
||||||
|
|
||||||
# ~~ Keybindings for moving focus/containers/workspaces between monitors
|
# ~~ Keybindings for moving focus/containers/workspaces between monitors
|
||||||
bindsym $mod+comma focus output left
|
bindsym $mod+comma focus output $OUTPUT3
|
||||||
bindsym $mod+period focus output right
|
bindsym $mod+period focus output primary
|
||||||
|
bindsym $mod+slash focus output $OUTPUT2
|
||||||
|
|
||||||
bindsym $mod+Shift+comma move container to output left
|
bindsym $mod+Shift+comma move container to output $OUTPUT3
|
||||||
bindsym $mod+Shift+period move container to output right
|
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+comma move workspace to output $OUTPUT3
|
||||||
bindsym Control+$mod+period move workspace to output right
|
bindsym Control+$mod+period move workspace to output primary
|
||||||
|
bindsym Control+$mod+slash move workspace to output $OUTPUT2
|
||||||
|
|
||||||
|
|
||||||
# APP-SPECIFIC WINDOW RULES
|
# 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 Scroll_Lock exec --no-startup-id "volctl up"
|
||||||
bindsym Pause exec --no-startup-id "volctl mute toggle"
|
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
|
# ~~ Password manager: passmenu
|
||||||
bindsym $mod+Shift+p exec --no-startup-id passmenu
|
bindsym $mod+Shift+p exec --no-startup-id passmenu
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue