mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-06-29 16:52:02 +00:00
Monitor hack
This commit is contained in:
@ -11,4 +11,8 @@ workspace $ws9 output DVI-D-0
|
||||
workspace $ws10 output DP-2
|
||||
|
||||
# Set caps lock key to super
|
||||
exec setxkbmap -option 'caps:super'
|
||||
exec_always --no-startup-id setxkbmap -option 'caps:super'
|
||||
|
||||
# Hack to make all three monitors start up on login
|
||||
exec_always --no-startup-id sleep 1 && sh ~/.config/screenlayout/off.sh
|
||||
exec_always --no-startup-id sleep 2 && sh ~/.config/screenlayout/main.sh && xrandr --dpi 110
|
||||
|
@ -4,5 +4,3 @@
|
||||
. ~/.config/i3/settings.conf
|
||||
|
||||
cat ~/.config/i3/shared.conf ~/.config/i3/${computer}.conf > ~/.config/i3/config
|
||||
|
||||
i3-msg restart
|
||||
|
Reference in New Issue
Block a user