Minor changes
parent
e02a02e499
commit
fcea96e3a0
|
@ -127,8 +127,8 @@ bindsym $mod+r mode "resize"
|
||||||
#put workspace 1 on main screen
|
#put workspace 1 on main screen
|
||||||
workspace 1 output DVI-D-0
|
workspace 1 output DVI-D-0
|
||||||
workspace 2 output HDMI-0
|
workspace 2 output HDMI-0
|
||||||
workspace 3 output HDMI-0
|
workspace 3 output DVI-D-0
|
||||||
workspace 4 output DVI-D-0
|
workspace 4 output HDMI-0
|
||||||
|
|
||||||
#start compositor
|
#start compositor
|
||||||
exec --no-startup-id compton
|
exec --no-startup-id compton
|
||||||
|
@ -143,6 +143,7 @@ exec setxkbmap fr
|
||||||
exec numlockx on
|
exec numlockx on
|
||||||
|
|
||||||
#popup config Firefox / Terminator / General Purpose
|
#popup config Firefox / Terminator / General Purpose
|
||||||
|
for_window [window_role="Steam"] floating enable
|
||||||
for_window [window_role="About"] floating enable
|
for_window [window_role="About"] floating enable
|
||||||
for_window [window_role="Organizer"] floating enable
|
for_window [window_role="Organizer"] floating enable
|
||||||
for_window [title="^Terminator *"] floating enable
|
for_window [title="^Terminator *"] floating enable
|
||||||
|
|
|
@ -14,3 +14,10 @@ vlc.*?2$
|
||||||
# FF Right
|
# FF Right
|
||||||
.*?:AudioStream.*?1$
|
.*?:AudioStream.*?1$
|
||||||
.*:Firefox/in-2
|
.*:Firefox/in-2
|
||||||
|
|
||||||
|
# PianoTeq
|
||||||
|
Pianoteq.*?1$
|
||||||
|
.*:PianoTeq/in-1
|
||||||
|
|
||||||
|
Pianoteq.*?2$
|
||||||
|
.*:PianoTeq/in-2
|
|
@ -125,7 +125,7 @@ index-sort = true
|
||||||
ws-icon-0 = 2;
|
ws-icon-0 = 2;
|
||||||
ws-icon-1 = 1;
|
ws-icon-1 = 1;
|
||||||
ws-icon-2 = 3;
|
ws-icon-2 = 3;
|
||||||
ws-icon-3 = music;
|
ws-icon-3 = 4;
|
||||||
ws-icon-4 = irssi;
|
ws-icon-4 = irssi;
|
||||||
ws-icon-default =
|
ws-icon-default =
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ brightness-night=0.8
|
||||||
|
|
||||||
; Do not change Gamma correction at day, but compensate luminance loss at night
|
; Do not change Gamma correction at day, but compensate luminance loss at night
|
||||||
gamma-day=1.0
|
gamma-day=1.0
|
||||||
gamma-night=0.7
|
gamma-night=0.8
|
||||||
|
|
||||||
; /sys/class/backlight is empty :( And DDC/CI is not implemented by my monitors, so software adjustement... Less dynamic...
|
; /sys/class/backlight is empty :( And DDC/CI is not implemented by my monitors, so software adjustement... Less dynamic...
|
||||||
adjustment-method=randr
|
adjustment-method=randr
|
||||||
|
|
Loading…
Reference in New Issue