Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dotfiles/.config/hypr/conf/keybindings/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ bind = $mainMod, F, fullscreen, 0
bind = $mainMod, M, fullscreen, 1 # Maximize Window
bind = $mainMod, T, togglefloating # Toggle active windows into floating mode
bindd = $mainMod SHIFT, T, Float all windows, exec, ~/.config/ml4w/scripts/ml4w-toggle-allfloat # Toggle floating for all windows of workspace
bind = $mainMod ALT, T, exec, ~/.config/ml4w/scripts/ml4w-toggle-float-pin # Toggle active window into floating + pinned mode
bind = $mainMod, J, layoutmsg, togglesplit # Toggle split
bind = $mainMod, left, movefocus, l # Move focus left
bind = $mainMod, right, movefocus, r # Move focus right
Expand Down
5 changes: 5 additions & 0 deletions dotfiles/.config/ml4w/scripts/ml4w-toggle-float-pin
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

# Toggle floating and pinning (sticky) for the active window
hyprctl dispatch togglefloating
hyprctl dispatch pin