Skip to content

Commit

Permalink
frost: update hyprland binds, lock update
Browse files Browse the repository at this point in the history
  • Loading branch information
RaySlash committed Aug 13, 2024
1 parent e342581 commit 8056baa
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 37 deletions.
48 changes: 24 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 8 additions & 10 deletions home-manager/frost/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ bind = $mod, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SOURCE@
bind = $mod, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
bind = $mod, P, exec, grim -g "$(slurp)"

bind = $mod, left, movefocus, l
bind = $mod, right, movefocus, r
bind = $mod, up, movefocus, u
bind = $mod, down, movefocus, d
bind = $mod, h, movefocus, l
bind = $mod, l, movefocus, r
bind = $mod, k, movefocus, u
bind = $mod, j, movefocus, d

bind = $mod, 1, workspace, 1
bind = $mod, 2, workspace, 2
Expand All @@ -90,7 +90,6 @@ bind = $mod, 6, workspace, 6
bind = $mod, 7, workspace, 7
bind = $mod, 8, workspace, 8
bind = $mod, 9, workspace, 9
bind = $mod, 0, workspace, 10

bind = $mod_SHIFT, 1, movetoworkspace, 1
bind = $mod_SHIFT, 2, movetoworkspace, 2
Expand All @@ -101,7 +100,6 @@ bind = $mod_SHIFT, 6, movetoworkspace, 6
bind = $mod_SHIFT, 7, movetoworkspace, 7
bind = $mod_SHIFT, 8, movetoworkspace, 8
bind = $mod_SHIFT, 9, movetoworkspace, 9
bind = $mod_SHIFT, 0, movetoworkspace, 10

bind = $mod, mouse_down, workspace, e+1
bind = $mod, mouse_up, workspace, e-1
Expand All @@ -111,7 +109,7 @@ bind = $mod, B, layoutmsg, swapwithmaster master
bindm = $mod, mouse:272, movewindow
bindm = $mod, mouse:273, resizewindow

binde = $mod, h, resizeactive, -30 0
binde = $mod, l, resizeactive, 30 0
binde = $mod, j, resizeactive, 0 30
binde = $mod, k, resizeactive, 0 -30
binde = $mod_SHIFT, h, resizeactive, -30 0
binde = $mod_SHIFT, l, resizeactive, 30 0
binde = $mod_SHIFT, j, resizeactive, 0 30
binde = $mod_SHIFT, k, resizeactive, 0 -30
3 changes: 0 additions & 3 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
pkgs: {
# example = pkgs.callPackage ./example { };
dioxus_cli = pkgs.callPackage ./dioxus_cli { };
wezterm-master = pkgs.callPackage ./wezterm { };
yofi-custom = pkgs.callPackage ./yofi { };
Expand Down

0 comments on commit 8056baa

Please sign in to comment.