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