move files around
This commit is contained in:
parent
cf0a10ece3
commit
f4982a1de6
|
@ -202,8 +202,8 @@ bindsym $mod+r mode "resize"
|
|||
bar swaybar_command waybar
|
||||
|
||||
#default_border pixel 4
|
||||
gaps inner 6
|
||||
gaps outer 6
|
||||
gaps inner 0
|
||||
gaps outer 0
|
||||
|
||||
set $border_focused #8c583f
|
||||
set $border_unfocused #222222
|
|
@ -99,8 +99,8 @@
|
|||
"idle_inhibitor": {
|
||||
"format": "{icon} ",
|
||||
"format-icons": {
|
||||
"activated": "",
|
||||
"deactivated": ""
|
||||
"inhibited": "",
|
||||
"normal": ""
|
||||
}
|
||||
}
|
||||
}
|
|
@ -34,14 +34,13 @@
|
|||
|
||||
".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg;
|
||||
|
||||
".config/fontconfig/conf.d/01-font.conf".source = ../../dotfiles/fontconfig;
|
||||
".config/foot/foot.ini".source = ../../dotfiles/foot-config.ini;
|
||||
|
||||
".config/sway/config".source = ../../dotfiles/sway-config;
|
||||
".config/swaylock/config".source = ../../dotfiles/swaylock-config;
|
||||
|
||||
".config/waybar/config.jsonc".source = ../../dotfiles/waybar-config.jsonc;
|
||||
".config/waybar/style.css".source = ../../dotfiles/waybar-style.css;
|
||||
# sway
|
||||
".config/fontconfig/conf.d/01-font.conf".source = ../../sway-cave/dotfiles/fontconfig;
|
||||
".config/foot/foot.ini".source = ../../dotfiles/sway-cave/foot-config.ini;
|
||||
".config/sway/config".source = ../../dotfiles/sway-cave/sway-config;
|
||||
".config/swaylock/config".source = ../../dotfiles/sway-cave/swaylock-config;
|
||||
".config/waybar/config.jsonc".source = ../../dotfiles/sway-cave/waybar-config.jsonc;
|
||||
".config/waybar/style.css".source = ../../dotfiles/sway-cave/waybar-style.css;
|
||||
};
|
||||
|
||||
shellAliases = {
|
||||
|
|
Loading…
Reference in a new issue