st 0.8.2 config
This commit is contained in:
parent
c3c735018e
commit
4c367e05cd
3 changed files with 30 additions and 25 deletions
20
i3/config
20
i3/config
|
|
@ -181,7 +181,7 @@ bar {
|
|||
# MY OWN CONFIGS
|
||||
#
|
||||
# Set root window color
|
||||
exec --no-startup-id xsetroot -solid "#333333"
|
||||
# exec --no-startup-id xsetroot -solid "#333333"
|
||||
|
||||
# Set fehbg
|
||||
exec --no-startup-id ~/.fehbg
|
||||
|
|
@ -199,24 +199,24 @@ bindsym ctrl+$mod+b exec blue
|
|||
hide_edge_borders smart
|
||||
|
||||
# Start redshift
|
||||
exec --no-startup-id redshift -t 6000:2000 -l 49.87167:8.65027
|
||||
# exec --no-startup-id redshift -t 6000:2000 -l 49.87167:8.65027
|
||||
|
||||
exec --no-startup-id amixer set Master 0
|
||||
# exec --no-startup-id amixer set Master 0
|
||||
|
||||
# Change volume
|
||||
bindsym XF86AudioRaiseVolume exec st -e pamix
|
||||
bindsym XF86AudioLowerVolume exec st -e pamix
|
||||
bindsym XF86AudioMute exec st -e pamix
|
||||
# bindsym XF86AudioRaiseVolume exec st -e pamix
|
||||
# bindsym XF86AudioLowerVolume exec st -e pamix
|
||||
# bindsym XF86AudioMute exec st -e pamix
|
||||
|
||||
# Screenshot
|
||||
bindsym $mod+z exec scrot
|
||||
# bindsym $mod+z exec scrot
|
||||
|
||||
# Keyboard layout
|
||||
exec --no-startup-id setxkbmap -layout de
|
||||
# exec --no-startup-id setxkbmap -layout de
|
||||
|
||||
# DPI
|
||||
exec --no-startup-id xrandr --dpi 160
|
||||
exec --no-startup-id xrdb -merge ~/.Xresources
|
||||
# exec --no-startup-id xrandr --dpi 160
|
||||
# exec --no-startup-id xrdb -merge ~/.Xresources
|
||||
|
||||
# Polybar
|
||||
# exec --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue