diff options
author | Yigit Sever | 2024-10-10 10:11:35 +0200 |
---|---|---|
committer | Yigit Sever | 2024-10-10 10:11:35 +0200 |
commit | 7a24b71373f915fb95bdc1868b7a839dee3a6523 (patch) | |
tree | 3fb1dd310e4603a58156f7836c92863db226d353 /.config/hypr/conf/keybinds.conf | |
parent | 24f4cbc1ddc4c540b6d69c1cd9d66d60b06ccec1 (diff) | |
download | dotfiles-7a24b71373f915fb95bdc1868b7a839dee3a6523.tar.gz dotfiles-7a24b71373f915fb95bdc1868b7a839dee3a6523.tar.bz2 dotfiles-7a24b71373f915fb95bdc1868b7a839dee3a6523.zip |
hypr: laptop docking
Diffstat (limited to '.config/hypr/conf/keybinds.conf')
-rw-r--r-- | .config/hypr/conf/keybinds.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/hypr/conf/keybinds.conf b/.config/hypr/conf/keybinds.conf index e1d9695..b192c5d 100644 --- a/.config/hypr/conf/keybinds.conf +++ b/.config/hypr/conf/keybinds.conf | |||
@@ -92,3 +92,5 @@ bind = $mainMod SHIFT, code:58, movetoworkspace, name:music | |||
92 | # Move/resize windows with mainMod + LMB/RMB and dragging | 92 | # Move/resize windows with mainMod + LMB/RMB and dragging |
93 | bindm = $mainMod, mouse:272, movewindow | 93 | bindm = $mainMod, mouse:272, movewindow |
94 | bindm = $mainMod, mouse:273, resizewindow | 94 | bindm = $mainMod, mouse:273, resizewindow |
95 | |||
96 | bindl=,switch:Lid Switch, exec, ~/.config/hypr/scripts/switch.sh | ||