Skip to content

Commit

Permalink
Add: #22 + extra binds
Browse files Browse the repository at this point in the history
  • Loading branch information
different-name committed Jul 18, 2024
1 parent 49d950e commit 66b59ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions home/global/programs/wayland/hyprland/binds.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ in {
# d -> has description, will allow you to write a description for your bind.

bindm = [
# use wev to find mouse button codes
"$mod, mouse:272, movewindow"
"$mod, mouse:273, resizewindow"
"$mod CTRL, mouse:272, resizewindow"
Expand All @@ -24,6 +25,7 @@ in {
"$mod SHIFT, E, exec, pkill Hyprland"
"$mod, Q, killactive"
"$mod, F, fullscreen"
"$mod SHIFT, F, fakefullscreen"
"$mod, R, togglesplit,"
"$mod, G, togglefloating,"
"$mod, P, pseudo"
Expand Down Expand Up @@ -53,12 +55,14 @@ in {
", Print, exec, ${runOnce "grimblast"} --notify --freeze copy area"
"$mod SHIFT, S, exec, ${runOnce "grimblast"} --notify --freeze copy area"
## current screen
"CTRL, Print, exec, ${runOnce "grimblast"} --cursor copy output"
"$mod SHIFT CTRL, S, exec, ${runOnce "grimblast"} --cursor copy output"
"CTRL, Print, exec, ${runOnce "grimblast"} --notify --cursor copy output"
"$mod SHIFT CTRL, S, exec, ${runOnce "grimblast"} --notify --cursor copy output"

# cycle workspaces
"$mod, bracketleft, workspace, m-1"
"$mod, bracketright, workspace, m+1"
",mouse:276, workspace, m-1" # two buttons on the side of my mouse
",mouse:275, workspace, m+1"

# cycle monitors
"$mod SHIFT, bracketleft, focusmonitor, l"
Expand Down

0 comments on commit 66b59ad

Please sign in to comment.