Update monitor setup and switching

This commit is contained in:
LordMathis
2019-02-05 20:31:53 +01:00
parent d097818be3
commit 4fc2bcab0a
5 changed files with 51 additions and 15 deletions

View File

@@ -157,18 +157,15 @@ exec --no-startup-id $HOME/bin/startconky.sh
# Redshift
exec --no-startup-id redshift-gtk
# Switch display output
exec --no-startup-id $HOME/bin/switch_monitors.sh
# KeePassXC
exec --no-startup-id $HOME/bin/start_keepassxc.sh
# Mate-power-manager
exec --no-startup-id mate-power-manager
# Launch Nemo
# Nemo
bindsym $mod+n exec nemo
# Turn on/off internal laptop monitor
bindsym $mod+Shift+s exec $HOME/bin/switch_monitors.sh
# reload the configuration file
bindsym $mod+Shift+c reload
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
@@ -203,3 +200,6 @@ mode "resize" {
bindsym $mod+r mode "resize"
#bar {
# status_command i3blocks
#}