Add display management: arandr, autorandr, monitor keybindings
This commit is contained in:
@@ -41,6 +41,11 @@ bindsym $mod+Ctrl+p exec pavucontrol
|
||||
bindsym $mod+Ctrl+b exec alacritty -e bmenu
|
||||
bindsym $mod+Print --release exec --no-startup-id flameshot gui
|
||||
|
||||
# Display management
|
||||
bindsym $mod+Ctrl+d exec autorandr --change
|
||||
bindsym $mod+Ctrl+a exec arandr
|
||||
bindsym $mod+Ctrl+m exec xrandr --output eDP1 --auto --output $(xrandr | grep ' connected' | grep -v eDP1 | awk '{print $1}') --auto --right-of eDP1
|
||||
|
||||
# Dunst notification control
|
||||
bindsym $mod+n exec dunstctl close
|
||||
bindsym $mod+Shift+n exec dunstctl close-all
|
||||
@@ -52,6 +57,7 @@ exec --no-startup-id nitrogen --restore; sleep 1; picom -b
|
||||
exec --no-startup-id nm-applet
|
||||
exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id xautolock -time 10 -locker blurlock
|
||||
exec --no-startup-id autorandr --change
|
||||
exec --no-startup-id keepassxc --keyfile /home/kalle/kgokeyfile /home/kalle/Passwords.kdbx
|
||||
|
||||
bindsym $mod+Left focus left
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
- name: Package Installation - System Desktop
|
||||
package:
|
||||
name: ["rofi", "nitrogen", "arandr", "dunst"]
|
||||
name: ["rofi", "nitrogen", "arandr", "autorandr", "dunst"]
|
||||
state: present
|
||||
|
||||
- name: Package Installation - I3 Desktop
|
||||
|
||||
@@ -20,5 +20,5 @@
|
||||
|
||||
- name: Package Installation - System Desktop
|
||||
package:
|
||||
name: ["rofi", "nitrogen", "dunst", "i3blocks"]
|
||||
name: ["rofi", "nitrogen", "dunst", "i3blocks", "arandr", "autorandr"]
|
||||
state: present
|
||||
|
||||
@@ -20,5 +20,5 @@
|
||||
|
||||
- name: Package Installation - System Desktop
|
||||
package:
|
||||
name: ["rofi", "nitrogen", "dunst", "i3blocks"]
|
||||
name: ["rofi", "nitrogen", "dunst", "i3blocks", "arandr", "autorandr"]
|
||||
state: present
|
||||
|
||||
Reference in New Issue
Block a user