Update file keybindings.conf
This commit is contained in:
@@ -33,6 +33,15 @@ bindde = $mainMod Shift, Left, $d resize window left, resizeactive, -30 0
|
||||
bindde = $mainMod Shift, Up, $d resize window up, resizeactive, 0 -30
|
||||
bindde = $mainMod Shift, Down, $d resize window down, resizeactive, 0 30
|
||||
|
||||
$l=Launcher
|
||||
$d=[$l|Apps]
|
||||
bindd = $mainMod, T, $d terminal emulator , exec, $TERMINAL
|
||||
#bindd = $mainMod Alt, T, $d dropdown terminal , exec, hyde-shell pypr toggle console
|
||||
bindd = $mainMod, E, $d file explorer , exec, $EXPLORER
|
||||
bindd = $mainMod, C, $d text editor , exec, $EDITOR
|
||||
bindd = $mainMod, B, $d web browser , exec, $BROWSER
|
||||
bindd = Control Shift, Escape, $d system monitor , exec, $scrPath/sysmonlaunch.sh
|
||||
|
||||
# Move window across workspace — ⚠️ IntelliJ 충돌 회피
|
||||
$d=[$wm|Move active window across workspace]
|
||||
$moveactivewindow=grep -q "true" <<< $(hyprctl activewindow -j | jq -r .floating) && hyprctl dispatch moveactive
|
||||
|
||||
Reference in New Issue
Block a user