misc
This commit is contained in:
parent
95a6915e0d
commit
b583011a73
4 changed files with 8 additions and 4 deletions
|
@ -51,4 +51,4 @@ SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3dbrblack
|
|||
SETUVAR fish_pager_color_selected_completion:\x1d
|
||||
SETUVAR fish_pager_color_selected_description:\x1d
|
||||
SETUVAR fish_pager_color_selected_prefix:\x1d
|
||||
SETUVAR fish_user_paths:/home/foton/\x2ebin/stylua\x1e/home/foton/\x2ebin/lua\x2dlsp/bin\x1e/home/foton/\x2escripts\x1e/home/foton/\x2ebin\x1e/opt/Obsidian\x1e/home/foton/go/bin\x1e/home/foton/code/dart\x2dsdk/bin\x1e/home/greg/\x2elocal/bin\x1e/home/greg/\x2ebin\x1e/home/greg/\x2ecargo/bin\x1e/home/greg/go/bin\x1e/usr/local/go/bin
|
||||
SETUVAR fish_user_paths:/opt/keymapp\x1e/opt/zen\x1e/home/foton/\x2ebin/stylua\x1e/home/foton/\x2ebin/lua\x2dlsp/bin\x1e/home/foton/\x2escripts\x1e/home/foton/\x2ebin\x1e/opt/Obsidian\x1e/home/foton/go/bin\x1e/home/foton/code/dart\x2dsdk/bin\x1e/home/greg/\x2elocal/bin\x1e/home/greg/\x2ebin\x1e/home/greg/\x2ecargo/bin\x1e/home/greg/go/bin\x1e/usr/local/go/bin
|
||||
|
|
4
.config/fish/functions/s.fish
Normal file
4
.config/fish/functions/s.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
function s --wraps='kitten ssh' --description 'alias s=kitten ssh'
|
||||
kitten ssh $argv
|
||||
|
||||
end
|
|
@ -87,7 +87,7 @@ input "type:keyboard" {
|
|||
repeat_delay 400
|
||||
repeat_rate 50
|
||||
xkb_layout us,ru,ua
|
||||
xkb_options "grp:alt_space_toggle,ctrl:swap_lalt_lctl"
|
||||
xkb_options "grp:ctrl_space_toggle"
|
||||
}
|
||||
|
||||
|
||||
|
@ -228,6 +228,7 @@ bindsym $mod+r mode "resize"
|
|||
#
|
||||
|
||||
exec udiskie -t
|
||||
exec syncthing serve
|
||||
exec swaylock
|
||||
exec tuxedo-control-center --tray
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
"battery",
|
||||
"clock",
|
||||
"tray",
|
||||
"sway/language",
|
||||
"keyboard-state",
|
||||
"sway/language"
|
||||
],
|
||||
"sway/mode": {
|
||||
"format": "<span style=\"italic\">{}</span>"
|
||||
|
|
Loading…
Reference in a new issue