updates
This commit is contained in:
parent
972856acee
commit
6f6bb1964c
2 changed files with 4 additions and 6 deletions
|
@ -14,8 +14,6 @@
|
||||||
primary = {
|
primary = {
|
||||||
foreground = "#e0e0e0";
|
foreground = "#e0e0e0";
|
||||||
background = "#262626";
|
background = "#262626";
|
||||||
cursor = "#171717";
|
|
||||||
vi_mode_cursor = "#636363";
|
|
||||||
};
|
};
|
||||||
normal = {
|
normal = {
|
||||||
# Catppuccin Coal
|
# Catppuccin Coal
|
||||||
|
|
|
@ -21,10 +21,10 @@ with lib.hm.gvariant;
|
||||||
favorite-apps = [
|
favorite-apps = [
|
||||||
# "vivaldi-stable.desktop"
|
# "vivaldi-stable.desktop"
|
||||||
"Alacritty.desktop"
|
"Alacritty.desktop"
|
||||||
# Wezterm is not playing nice with me on gnome wayland :(
|
|
||||||
# "org.wezfurlong.wezterm.desktop"
|
|
||||||
"firefox.desktop"
|
|
||||||
"org.gnome.Nautilus.desktop"
|
"org.gnome.Nautilus.desktop"
|
||||||
|
"firefox-esr.desktop"
|
||||||
|
"spotify.desktop"
|
||||||
|
"discord.desktop"
|
||||||
];
|
];
|
||||||
enabled-extensions = with pkgs.gnomeExtensions; [
|
enabled-extensions = with pkgs.gnomeExtensions; [
|
||||||
workspace-switch-wraparound.extensionUuid
|
workspace-switch-wraparound.extensionUuid
|
||||||
|
@ -65,7 +65,7 @@ with lib.hm.gvariant;
|
||||||
move-to-workspace-right = [ "<Control><Super>l" ];
|
move-to-workspace-right = [ "<Control><Super>l" ];
|
||||||
|
|
||||||
switch-to-workspace-1 = [ "<Super>1" ];
|
switch-to-workspace-1 = [ "<Super>1" ];
|
||||||
switch-to-workspace0 = [ "<Super>2" ];
|
switch-to-workspace-2 = [ "<Super>2" ];
|
||||||
switch-to-workspace-3 = [ "<Super>3" ];
|
switch-to-workspace-3 = [ "<Super>3" ];
|
||||||
switch-to-workspace-4 = [ "<Super>4" ];
|
switch-to-workspace-4 = [ "<Super>4" ];
|
||||||
switch-to-workspace-down = [ "" ];
|
switch-to-workspace-down = [ "" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue