diff options
Diffstat (limited to '')
| -rw-r--r-- | des/i3/config | 7 | ||||
| -rwxr-xr-x | des/i3/i3lock-color-custom.sh | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/des/i3/config b/des/i3/config index 085f814..b3f3914 100644 --- a/des/i3/config +++ b/des/i3/config @@ -41,8 +41,8 @@ bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && pkill -SIGRTMIN+10 i3blocks # Use https://github.com/Hummer12007/brightnessctl to adjust backlight -bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +5% && pkill -SIGRTMIN+9 i3blocks -bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%- && pkill -SIGRTMIN+9 i3blocks +bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +1% && pkill -SIGRTMIN+9 i3blocks +bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 1%- && pkill -SIGRTMIN+9 i3blocks # Use format_displays (in .setup dir) to configure external displays bindsym XF86LaunchA exec --no-startup-id format_displays @@ -192,6 +192,9 @@ mode "resize" { bindsym $mod+r mode "resize" +# Limit floating window size +floating_maximum_size -1 x -1 + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) diff --git a/des/i3/i3lock-color-custom.sh b/des/i3/i3lock-color-custom.sh index f6d5f82..cbb433e 100755 --- a/des/i3/i3lock-color-custom.sh +++ b/des/i3/i3lock-color-custom.sh @@ -2,10 +2,10 @@ B='#00000000' # blank C='#ffffff22' # clear ish -D='#ff00ffcc' # default -T='#ee00eeee' # text -W='#880000bb' # wrong -V='#bb00bbbb' # verifying +D='#617c8c' # default +T='#bfd2d5' # text +W='#3a5d5f' # wrong +V='#617c8c' # verifying i3lock \ --insidever-color=$C \ @@ -32,4 +32,4 @@ i3lock \ --clock \ --indicator \ --time-str="%H:%M:%S" \ ---date-str="%A, %m %Y" \ +--date-str="%A, %m %Y" \ && xset dpms force off |
