Add lynx and associated hyprland bind
This commit is contained in:
parent
a8a85d3835
commit
d000fc4b89
|
@ -104,7 +104,7 @@ in ''
|
|||
bind = SUPER, Return, exec, alacritty
|
||||
bind = SUPER SHIFT, Return, exec, [float] alacritty
|
||||
|
||||
bind = SUPER ALT, W, exec, [workspace 4] firefox
|
||||
bind = SUPER ALT, W, exec, [workspace 4] alacritty -e tmux new -A -s Web lynx
|
||||
bind = SUPER ALT, F, exec, [workspace 5] alacritty -e tmux new -A -s Files nnn -d
|
||||
bind = SUPER ALT, S, exec, [workspace 6] alacritty -e tmux new -A -s Spotify ncspot
|
||||
|
||||
|
@ -209,7 +209,7 @@ in ''
|
|||
bind = SUPER, D, workspace, 3
|
||||
bind = SUPER SHIFT, D, movetoworkspace, 3
|
||||
|
||||
# 4: [b]rowser
|
||||
# 4: [w]ww
|
||||
bind = SUPER, W, moveworkspacetomonitor, 4 current
|
||||
bind = SUPER, W, workspace, 4
|
||||
bind = SUPER SHIFT, W, movetoworkspace, 4
|
||||
|
|
|
@ -9,11 +9,12 @@ in {
|
|||
systemPackages = with pkgs; [
|
||||
libsecret
|
||||
git
|
||||
neofetch
|
||||
nitch
|
||||
dig
|
||||
silver-searcher
|
||||
gnumake
|
||||
fd
|
||||
ripgrep
|
||||
lynx
|
||||
];
|
||||
localBinInPath = true;
|
||||
shellAliases.rebuild =
|
||||
|
|
Loading…
Reference in a new issue