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
|
bar swaybar_command waybar
|
||||||
|
|
||||||
#default_border pixel 4
|
#default_border pixel 4
|
||||||
gaps inner 6
|
gaps inner 0
|
||||||
gaps outer 6
|
gaps outer 0
|
||||||
|
|
||||||
set $border_focused #8c583f
|
set $border_focused #8c583f
|
||||||
set $border_unfocused #222222
|
set $border_unfocused #222222
|
|
@ -97,10 +97,10 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"idle_inhibitor": {
|
"idle_inhibitor": {
|
||||||
"format": "{icon}",
|
"format": "{icon} ",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
"activated": "",
|
"inhibited": "",
|
||||||
"deactivated": ""
|
"normal": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -34,14 +34,13 @@
|
||||||
|
|
||||||
".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg;
|
".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg;
|
||||||
|
|
||||||
".config/fontconfig/conf.d/01-font.conf".source = ../../dotfiles/fontconfig;
|
# sway
|
||||||
".config/foot/foot.ini".source = ../../dotfiles/foot-config.ini;
|
".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-config;
|
".config/sway/config".source = ../../dotfiles/sway-cave/sway-config;
|
||||||
".config/swaylock/config".source = ../../dotfiles/swaylock-config;
|
".config/swaylock/config".source = ../../dotfiles/sway-cave/swaylock-config;
|
||||||
|
".config/waybar/config.jsonc".source = ../../dotfiles/sway-cave/waybar-config.jsonc;
|
||||||
".config/waybar/config.jsonc".source = ../../dotfiles/waybar-config.jsonc;
|
".config/waybar/style.css".source = ../../dotfiles/sway-cave/waybar-style.css;
|
||||||
".config/waybar/style.css".source = ../../dotfiles/waybar-style.css;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
Loading…
Reference in a new issue