Add key led and gtk configuration files
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
f60c23feaa
commit
0a4424d25e
32 changed files with 128 additions and 110 deletions
|
@ -64,7 +64,7 @@ bindsym $mod+a focus parent
|
|||
#bindsym $mod+d focus child
|
||||
|
||||
# Set monitor names
|
||||
set $output1 VGA-1
|
||||
set $output1 HDMI-1
|
||||
set $output2 eDP-1
|
||||
|
||||
# Set workspace titles
|
||||
|
@ -222,7 +222,7 @@ exec --no-startup-id compton
|
|||
exec_always --no-startup-id feh --bg-fill $HOME/GoogleDrive/02_Media/Images/01_Wallpaper/Desktop/Fearsome_Awakening.png
|
||||
|
||||
# Monitor settings
|
||||
exec_always --no-startup-id xrandr --output $output2 --mode 1920x1080 --pos 1920x0 --rotate normal --output $output1 --mode 1280x1024 --pos 0x0 --rotate normal
|
||||
exec_always --no-startup-id xrandr --output $output2 --primary --mode 1920x1080 --pos 1280x0 --rotate normal --output $output1 --mode 1280x1024 --pos 0x56 --rotate normal
|
||||
|
||||
# Other applications
|
||||
exec google-chrome-beta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue