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
|
||||
|
|
|
@ -3,7 +3,7 @@ background = #222D32
|
|||
foreground = #A1B0B8
|
||||
|
||||
[bar/top]
|
||||
monitor = VGA-1
|
||||
monitor = HDMI-1
|
||||
width = 100%
|
||||
height = 35
|
||||
offset-x = 0
|
||||
|
@ -163,4 +163,4 @@ format = <label>
|
|||
label = %output%%
|
||||
scroll-up = light -A 5
|
||||
scroll-down = light -U 5
|
||||
interval = 0.1
|
||||
interval = 0.1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-3 --off --output HDMI-2 --off --output HDMI-1 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off
|
||||
xrandr --output eDP-1 --primary --mode 1920x1080 --pos 1280x0 --rotate normal --output HDMI-3 --off --output HDMI-2 --off --output HDMI-1 --mode 1280x1024 --pos 0x56 --rotate normal --output DP-3 --off --output DP-2 --off --output DP-1 --off
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
player=mpv
|
||||
player=mplayer -cache 8192
|
||||
player-no-close
|
||||
twitch-oauth-token=30ktx6jc273cdc9gmkb7jftny3vrgn
|
|
@ -22,8 +22,6 @@ cursor_shape = ibeam
|
|||
#modify_other_keys = false
|
||||
|
||||
[colors]
|
||||
|
||||
|
||||
# special
|
||||
foreground = #a1b0b8
|
||||
foreground_bold = #a1b0b8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue