Remove neovide, term TERM for wezterm
This commit is contained in:
parent
7fd992b616
commit
05191a3bab
1
Makefile
1
Makefile
|
@ -20,6 +20,7 @@ update:
|
|||
|
||||
hyprland:
|
||||
-hyprctl reload
|
||||
-pkill -1 kanshi
|
||||
|
||||
waybar:
|
||||
-pkill -9 waybar
|
||||
|
|
|
@ -74,7 +74,6 @@ XWayland {
|
|||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
bind = SUPER, Return, exec, wezterm
|
||||
bind = SUPER, D, exec, pgrep neovide > /dev/null || WAYLAND_DISPLAY= neovide --multigrid --maximized
|
||||
bind = SUPER, W, exec, pgrep firefox > /dev/null || firefox
|
||||
bind = SUPER, R, exec, pgrep nxplayer > /dev/null || nxplayer
|
||||
bind = SUPER, F1, exec, swaylock
|
||||
|
@ -116,7 +115,6 @@ bind = SUPER SHIFT, A, movetoworkspace, name:1
|
|||
bind = SUPER, D, moveworkspacetomonitor, name:2 current
|
||||
bind = SUPER, D, workspace, name:2
|
||||
bind = SUPER SHIFT, D, movetoworkspace, name:2
|
||||
windowrule = workspace name:2,(neovide)
|
||||
|
||||
# 3: browser
|
||||
bind = SUPER, W, moveworkspacetomonitor, name:3 current
|
||||
|
|
|
@ -13,7 +13,7 @@ config.set_environment_variables = {
|
|||
TERMINFO_DIRS = "/home/user/.nix-profile/share/terminfo",
|
||||
WSLENV = "TERMINFO_DIRS",
|
||||
}
|
||||
-- config.term = "wezterm"
|
||||
config.term = "wezterm"
|
||||
config.audible_bell = "Disabled"
|
||||
config.font_size = 14
|
||||
config.window_background_opacity = 0.80
|
||||
|
|
|
@ -12,10 +12,7 @@ in {
|
|||
home = {
|
||||
inherit username homeDirectory;
|
||||
stateVersion = "23.05";
|
||||
packages = with pkgs; [
|
||||
gcc
|
||||
neovide
|
||||
];
|
||||
packages = with pkgs; [gcc];
|
||||
};
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
pavucontrol
|
||||
grim
|
||||
slurp
|
||||
neovide
|
||||
signal-desktop
|
||||
libreoffice
|
||||
zotero
|
||||
|
|
Loading…
Reference in a new issue