mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
Update: Cleaning, added dependencies for sddm theme, improved arch install script.
This commit is contained in:
+2
-2
@@ -93,8 +93,8 @@ bindsym $mod+space focus mode_toggle
|
||||
bindsym $mod+i exec betterlockscreen -l
|
||||
|
||||
# monitor settings
|
||||
bindsym $mod+n exec xrandr --auto --output eDP-1 --mode 1920x1080 --right-of HDMI-1 && i3-msg restart &
|
||||
bindsym $mod+m exec xrandr --auto --output HDMI-1 --off && i3-msg restart &
|
||||
bindsym $mod+n exec xrandr --auto --output eDP --mode 1920x1080 --right-of HDMI-A-0 && i3-msg restart &
|
||||
bindsym $mod+m exec xrandr --auto --output HDMI-A-0 --off && i3-msg restart &
|
||||
|
||||
# toggle polybar
|
||||
bindsym $mod+o exec $HOME/.config/polybar/launch.sh
|
||||
|
||||
@@ -283,7 +283,7 @@ cursor-scroll =
|
||||
; If unspecified, the application will pick the first one it finds.
|
||||
; $ polybar -m | cut -d ':' -f 1
|
||||
; $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
||||
monitor = HDMI-1
|
||||
monitor = HDMI-A-0
|
||||
|
||||
; Use the specified monitor as a fallback if the main one is not found.
|
||||
monitor-fallback =
|
||||
|
||||
@@ -275,7 +275,7 @@ cursor-scroll =
|
||||
; If unspecified, the application will pick the first one it finds.
|
||||
; $ polybar -m | cut -d ':' -f 1
|
||||
; $ xrandr -q | grep " connected" | cut -d ' ' -f1
|
||||
monitor = HDMI-1
|
||||
monitor = HDMI-A-0
|
||||
|
||||
; Use the specified monitor as a fallback if the main one is not found.
|
||||
monitor-fallback =
|
||||
|
||||
Reference in New Issue
Block a user