feat: trying hyprland again

This commit is contained in:
Nick 2025-05-10 16:28:48 -05:00
parent c5fe1e3538
commit cd01d3e40b
11 changed files with 108 additions and 156 deletions

View file

@ -1,91 +0,0 @@
let
superBinds = builtins.map (x: "SUPER, " + x) [
# Apps
"B, exec, brave"
"E, exec, ghostty -e nu -e y"
"S, exec, steam"
"N, exec, signal-desktop"
"D, exec, discordcanary"
"R, exec, flatpak run org.vinegarhq.Sober"
"T, exec, ghostty"
"P, exec, spotify"
"M, exec, prismlauncher"
"J, exec, jellyfinmediaplayer"
"L, exec, lutris"
# Workspaces
"1, workspace, 1"
"2, workspace, 2"
"3, workspace, 3"
"4, workspace, 4"
"5, workspace, 5"
# Windows
"X, killactive"
"bracketright, splitratio, 0.33"
"bracketleft, splitratio, -0.33"
"Tab, fullscreen, 0"
"F, togglefloating"
# Window Focus
"left, movefocus, l"
"up, movefocus, u"
"down, movefocus, d"
"right, movefocus, r"
# Audio
"PageUp, exec, playerctl next"
"PageDown, exec, playerctl previous"
"Home, exec, playerctl play-pause"
"Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun"
];
superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [
# Super+shift binds
# Window Move
"left, movewindow, l"
"up, movewindow, u"
"down, movewindow, d"
"right, movewindow, r"
# Quick Action
"S, exec, flameshot gui"
"period, exec, emote"
"Backspace, layoutmsg, togglesplit"
"P, pin, enable"
# "Print, exec, grim -g \"$(slurp)\""
# Utility
"End, exec, shutdown now"
"Insert, exec, systemctl reboot"
"Home, exec, swaylock"
"1, movetoworkspacesilent, 1"
"2, movetoworkspacesilent, 2"
"3, movetoworkspacesilent, 3"
"4, movetoworkspacesilent, 4"
"5, movetoworkspacesilent, 5"
];
superCtrlBinds = builtins.map (x: "SUPER CTRL, " + x) [
# Super+shift binds
];
altBinds = builtins.map (x: "ALT, " + x) [
# Alt binds
];
shiftBinds = builtins.map (x: "SHIFT, " + x) [
# Shift binds
];
ctrlBinds = builtins.map (x: "CTRL, " + x) [
# Ctrl binds
];
ctrlShiftBinds = builtins.map (x: "CTRL SHIFT, " + x) [
# Ctrl+shift binds
# "End, exec, shutdown now"
];
in
superBinds
++ superShiftBinds
++ superCtrlBinds
++ altBinds
++ ctrlBinds
++ ctrlShiftBinds
++ shiftBinds
# Docs
# https://wiki.hyprland.org/Getting-Started/Master-Tutorial/

View file

@ -2,17 +2,16 @@ let
superBinds = builtins.map (x: "SUPER, " + x) [
# Apps
"Z, exec, obsidian"
"L, exec, slack"
"H, exec, feishin"
"G, exec, scrcpy"
"K, exec, ghostty -e nu -e y"
"L, exec, thunar"
"S, exec, steam"
"R, exec, ghostty -e zellij a dotfiles"
"N, exec, signal-desktop"
"T, exec, zeditor"
"B, exec, floorp"
"X, exec, freetube"
"V, exec, discordcanary"
"V, exec, vesktop"
"M, exec, element-desktop"
"D, exec, ghostty"
"P, exec, bitwarden"
@ -35,7 +34,7 @@ let
"PageUp, exec, playerctl next"
"PageDown, exec, playerctl previous"
"Home, exec, playerctl play-pause"
"Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun"
"Space, exec, fuzzel"
];
superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [