mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 01:34:22 +00:00
Update monitor setup and switching
This commit is contained in:
@@ -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
|
||||
#}
|
||||
|
||||
Reference in New Issue
Block a user