upd smol
This commit is contained in:
parent
5d13185f34
commit
4c901ef8df
@ -23,10 +23,7 @@ exec --no-startup-id dex --autostart --environment i3
|
||||
exec --no-startup-id xgamma -b 0.9
|
||||
|
||||
## Compose-key
|
||||
exec --no-startup-id setxkbmap -layout us -option compose:menu
|
||||
|
||||
## Caps to Esc
|
||||
exec --no-startup-id setxkbmap -option caps:escape
|
||||
# exec --no-startup-id setxkbmap -layout us -option compose:menu
|
||||
|
||||
## Redshift
|
||||
exec --no-startup-id redshift -l 59:30
|
||||
@ -40,9 +37,11 @@ exec --no-startup-id picom -b
|
||||
## Autotiling
|
||||
exec_always --no-startup-id autotiling
|
||||
|
||||
## Keyboard layouts
|
||||
## Keyboard
|
||||
exec_always --no-startup-id setxkbmap -layout us,ru
|
||||
exec_always --no-startup-id xkb-switch --i3
|
||||
exec_always --no-startup-id setxkbmap -option caps:escape
|
||||
exec_always --no-startup-id setxkbmap -option altwin:menu_win
|
||||
|
||||
## xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
||||
## screen before suspend. Use loginctl lock-session to lock your screen.
|
||||
@ -134,8 +133,8 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
||||
floating_modifier $mod
|
||||
|
||||
## start a terminal
|
||||
bindsym $mod+Return exec --no-startup-id kitty -1
|
||||
bindsym Mod1+Return exec --no-startup-id kitty -1
|
||||
bindsym $mod+Return exec --no-startup-id kitty
|
||||
bindsym Mod1+Return exec --no-startup-id kitty
|
||||
|
||||
## kill focused window
|
||||
bindsym $mod+q kill
|
||||
|
@ -186,7 +186,8 @@ interval = 1
|
||||
; <icon-next>
|
||||
; <icon-seekb>
|
||||
; <icon-seekf>
|
||||
format-online = <icon-prev> <icon-stop> <toggle> <icon-next> | <label-time> | Now playing: <label-song>
|
||||
# format-online = <icon-prev> <icon-stop> <toggle> <icon-next> | <label-time> | Now playing: <label-song>
|
||||
format-online = Now playing: <label-song> | <label-time> | <icon-prev> <icon-stop> <toggle> <icon-next>
|
||||
format-playing = ${self.format-online}
|
||||
format-paused = ${self.format-online}
|
||||
format-stopped = Press! -> <toggle> <-
|
||||
@ -203,7 +204,7 @@ format-offline = <label-offline>
|
||||
; %date%
|
||||
; %title%
|
||||
; Default: %artist% - %title%
|
||||
label-song = %artist% - %title:0:80%
|
||||
label-song = %artist% - %title:0:78%
|
||||
|
||||
label-time = %elapsed% / %total%
|
||||
label-offline = mpd is offline
|
||||
|
@ -506,11 +506,11 @@ top-bar-text="#FDF6E3"
|
||||
|
||||
# The color of the bar at the bottom
|
||||
# default=xrdb:color5
|
||||
status-bar-background="#657B83"
|
||||
status-bar-background="#FDF6E3"
|
||||
|
||||
# The color of the text in the bar at the bottom.
|
||||
# default=xrdb:foreground
|
||||
status-bar-text="#FDF6E3"
|
||||
status-bar-text="#657B83"
|
||||
|
||||
# The color of the bar at the bottom in view mode.
|
||||
# default=xrdb:color4
|
||||
@ -528,6 +528,20 @@ list-selected-background="#900000"
|
||||
# default=xrdb:background
|
||||
list-selected-text="xrdb:background"
|
||||
|
||||
autocomplete-background="#FDF6E3"
|
||||
autocomplete-text="#657B83"
|
||||
|
||||
# The background color for selected value in drop-downs and autocompletions
|
||||
# default=""
|
||||
# autocomplete-selected-background="#657B83"
|
||||
autocomplete-selected-background="#FDF6E3"
|
||||
|
||||
# The text color for selected value in drop-downs and autocompletions
|
||||
# default=""
|
||||
# autocomplete-selected-text="#FDF6E3"
|
||||
autocomplete-selected-text="#657B83"
|
||||
|
||||
|
||||
# theme="default"
|
||||
#
|
||||
# # The xrdb prefix used for colors in .Xresources.
|
||||
|
Loading…
Reference in New Issue
Block a user