update
This commit is contained in:
@@ -15,23 +15,30 @@ set $mod Mod4
|
||||
# is used in the bar {} block below.
|
||||
font pango:Inconsolata Bold 11
|
||||
|
||||
exec_always --no-startup-id xset s off
|
||||
exec_always --no-startup-id xset -dpms
|
||||
|
||||
# This font is widely installed, provides lots of unicode glyphs, right-to-left
|
||||
# text rendering and scalability on retina/hidpi displays (thanks to pango).
|
||||
#font pango:DejaVu Sans Mono 8
|
||||
|
||||
client.focused #89a1e2 #89a1e2 #25283f #fe9bce #fe9bce
|
||||
#client.focused_inactive #fe9bce #fe9bce #fe9bce #fe9bce #fe9bce
|
||||
client.unfocused #25283f #25283f #545d89 #25283f #25283f
|
||||
client.focused #fe9bce #89a1e2 #25283f #fe9bce #fe9bce
|
||||
client.focused_inactive #25283f #89a1e2 #25283f #fe9bce #25283f
|
||||
client.focused_tab_title #25283f #89a1e2 #25283f #fe9bce #25283f
|
||||
client.unfocused #25283f #25283f #545d89 #fe9bce #25283f
|
||||
client.background #25283f
|
||||
|
||||
default_border pixel 1
|
||||
default_floating_border pixel 1
|
||||
|
||||
for_window [all] border pixel 1
|
||||
gaps inner 15
|
||||
|
||||
exec_always --no-startup-id feh --bg-fill /home/poslop/Pictures/bg/pcbg.jpg
|
||||
exec_always --no-startup-id numlockx on
|
||||
|
||||
# exec_always --no-startup-id xinput set-prop pointer:'Logitech G305' 'libinput Accel Speed' -0.3
|
||||
|
||||
exec --no-startup-id picom &
|
||||
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
@@ -67,8 +74,8 @@ bindsym $mod+v exec --no-startup-id rofi -modi "clipboard:greenclip print" -show
|
||||
|
||||
# Brightness
|
||||
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id light -U 5
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id light -A 5
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id backlight_control -10
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id backlight_control +10
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
Reference in New Issue
Block a user