Skip to content

Commit

Permalink
✨ Add new workspace keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
mekb-turtle committed Jun 16, 2024
1 parent f4aea6c commit 1e88e6f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
3 changes: 0 additions & 3 deletions hyprland.conf.d/binds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ $MOD = SUPER
bind = $MOD, $MMB, togglefloating
bind = $MOD CTRL, $LMB, togglefloating

bind = , mouse:277, pass, ^(discord)$
bind = , F8, pass, ^(xclicker)$

# Switch workspaces
bind = $MOD, 1, workspace, 1
bind = $MOD, 2, workspace, 2
Expand Down
6 changes: 3 additions & 3 deletions hyprland.conf.d/monitors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ monitor=HEADLESS-1,addreserved,0,0,0,0
workspace=12,monitor:DP-2 # E/=
workspace=11,monitor:DP-2 # W/-
workspace=10,monitor:DP-2,default:true # Q/0
workspace=9,monitor:DP-2
workspace=8,monitor:DP-2
workspace=7,monitor:DP-2
workspace=9,monitor:DP-2 # ^E
workspace=8,monitor:DP-2 # ^W
workspace=7,monitor:DP-2 # ^Q
workspace=6,monitor:HDMI-A-1
workspace=5,monitor:HDMI-A-1
workspace=4,monitor:HDMI-A-1
Expand Down
7 changes: 7 additions & 0 deletions keybinds
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,21 @@ keybinds=(
"$MOD SHIFT, F, fakefullscreen"

# Workspaces
"$MOD CTRL, Q, workspace, 7"
"$MOD CTRL, W, workspace, 8"
"$MOD CTRL, E, workspace, 9"
"$MOD, grave, workspace, 9"
"$MOD, Q, workspace, 10"
"$MOD, W, workspace, 11"
"$MOD, E, workspace, 12"
"$MOD SHIFT CTRL, Q, movetoworkspace, 7"
"$MOD SHIFT CTRL, W, movetoworkspace, 8"
"$MOD SHIFT CTRL, E, movetoworkspace, 9"
"$MOD SHIFT, grave, movetoworkspace, 9"
"$MOD SHIFT, Q, movetoworkspace, 10"
"$MOD SHIFT, W, movetoworkspace, 11"
"$MOD SHIFT, E, movetoworkspace, 12"

"$MOD, Tab, workspace, +1"
"$MOD SHIFT, Tab, workspace, -1"
"$MOD CTRL, Tab, movetoworkspace, +1"
Expand Down

0 comments on commit 1e88e6f

Please sign in to comment.