update smol
This commit is contained in:
parent
af9f4acb51
commit
bc01152a44
5 changed files with 3853 additions and 27 deletions
|
@ -58,6 +58,7 @@ exec --no-startup-id feh --bg-fill ~/pics/wp/2b16x9.png
|
|||
exec_always --no-startup-id ~/.config/i3/polybar.sh &
|
||||
|
||||
# exec --no-startup-id betterlockscreen -q -l blur
|
||||
exec --no-startup-id mousetrap -t 5
|
||||
|
||||
##### BINDINGS ######
|
||||
|
||||
|
@ -100,7 +101,8 @@ bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 5
|
|||
|
||||
## Screenshot
|
||||
bindsym --release Print exec --no-startup-id scrot
|
||||
bindsym --release Shift+Print exec --no-startup-id scrot -s --delay 2
|
||||
bindsym --release Ctrl+Print exec --no-startup-id scrot -s --delay 2
|
||||
bindsym --release Shift+Print exec --no-startup-id scrot --focused
|
||||
|
||||
## Notifications show
|
||||
bindsym $mod+equal exec --no-startup-id dunstctl history-pop
|
||||
|
@ -129,8 +131,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 alacritty
|
||||
bindsym Mod1+Return exec --no-startup-id alacritty
|
||||
bindsym $mod+Return exec --no-startup-id kitty -1
|
||||
bindsym Mod1+Return exec --no-startup-id kitty -1
|
||||
|
||||
## kill focused window
|
||||
bindsym $mod+q kill
|
||||
|
@ -316,30 +318,30 @@ client.background #ffffff
|
|||
|
||||
## Start i3bar to display a workspace bar (plus the system information i3status
|
||||
## finds out, if available)
|
||||
bar {
|
||||
# status_command i3status
|
||||
strip_workspace_numbers yes
|
||||
workspace_buttons yes
|
||||
status_command i3status-rs
|
||||
position bottom
|
||||
separator_symbol |
|
||||
i3bar_command i3bar --transparency
|
||||
colors {
|
||||
# background #fdf6e3
|
||||
background #fdf6e3cc
|
||||
statusline #657b83
|
||||
separator #657b83
|
||||
|
||||
focused_workspace #fdf6e3 #657b83 #fdf6e3
|
||||
active_workspace #fdf6e3 #5f676a #ffffff
|
||||
inactive_workspace #fdf6e3 #fdf6e3 #657b83
|
||||
urgent_workspace #fdf6e3 #9a847c #ffffff
|
||||
binding_mode #fdf6e3 #9a847c #ffffff
|
||||
|
||||
}
|
||||
tray_padding 2
|
||||
strip_workspace_numbers yes
|
||||
}
|
||||
# bar {
|
||||
# # status_command i3status
|
||||
# strip_workspace_numbers yes
|
||||
# workspace_buttons yes
|
||||
# status_command i3status-rs
|
||||
# position bottom
|
||||
# separator_symbol |
|
||||
# i3bar_command i3bar --transparency
|
||||
# colors {
|
||||
# # background #fdf6e3
|
||||
# background #fdf6e3cc
|
||||
# statusline #657b83
|
||||
# separator #657b83
|
||||
#
|
||||
# focused_workspace #fdf6e3 #657b83 #fdf6e3
|
||||
# active_workspace #fdf6e3 #5f676a #ffffff
|
||||
# inactive_workspace #fdf6e3 #fdf6e3 #657b83
|
||||
# urgent_workspace #fdf6e3 #9a847c #ffffff
|
||||
# binding_mode #fdf6e3 #9a847c #ffffff
|
||||
#
|
||||
# }
|
||||
# tray_padding 2
|
||||
# strip_workspace_numbers yes
|
||||
# }
|
||||
|
||||
##### Windows #####
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue