1
1
Fork 0

Compare commits

..

No commits in common. "de8335dcec8105347a8c01fcee5f642aa48ed6c7" and "90da67d9b202327e0dfe150cbd345d66b5344bf3" have entirely different histories.

2 changed files with 12 additions and 17 deletions

View file

@ -93,6 +93,13 @@ in
# Release binds # Release binds
bindr = [ bindr = [
### Applications
"SUPER, Super_L, exec, ${pkill} wofi || ${wofi} --show drun"
"SUPER+CTRL, Super_L, exec, ${pkill} wofi || calc"
"SUPER+SHIFT, Super_L, exec, ${pkill} wofi || ${wofi} --show run"
"SUPER+SHIFT+CTRL, Super_L, exec, ${pkill} wofi || ${networkmanager_dmenu}"
"SUPER+ALT, Super_L, exec, ${pkill} wofi || ${rofi-rbw}"
### Layouts ### Layouts
"SUPER+CTRL, Control_L, layoutmsg, swapwithmaster master" "SUPER+CTRL, Control_L, layoutmsg, swapwithmaster master"
"SUPER+SHIFT+CTRL, Control_L, layoutmsg, addmaster" "SUPER+SHIFT+CTRL, Control_L, layoutmsg, addmaster"
@ -102,8 +109,6 @@ in
"SUPER+SHIFT, Shift_L, workspace, previous" "SUPER+SHIFT, Shift_L, workspace, previous"
# Special workspaces # Special workspaces
"SUPER, Super_L, togglespecialworkspace, scratchpad"
"SUPER+SHIFT, Super_L, movetoworkspacesilent, special:scratchpad"
"SUPER+ALT, Alt_L, togglespecialworkspace, wallpaper" "SUPER+ALT, Alt_L, togglespecialworkspace, wallpaper"
]; ];
@ -139,19 +144,11 @@ in
"SUPER, O, exec, ${libreoffice}" "SUPER, O, exec, ${libreoffice}"
"SUPER, P, exec, ${hyprpicker} --autocopy" "SUPER, P, exec, ${hyprpicker} --autocopy"
"SUPER+SHIFT, P, exec, ${hyprpicker} --autocopy --format rgb" "SUPER+SHIFT, P, exec, ${hyprpicker} --autocopy --format rgb"
"SUPER+CTRL, T, exec, ${kitty}" "SUPER+SHIFT, T, exec, ${kitty}"
"SUPER+SHIFT+CTRL, T, exec, ${pkill} kitty"
"SUPER, V, exec, ${kitty} --app-id clipboard --override font_size=12 ${clipse}" "SUPER, V, exec, ${kitty} --app-id clipboard --override font_size=12 ${clipse}"
"SUPER+SHIFT, V, exec, ${clipse} -clear && ${notify-send} clipse 'Clipboard cleared' --urgency low" "SUPER+SHIFT, V, exec, ${clipse} -clear && ${notify-send} clipse 'Clipboard cleared' --urgency low"
"SUPER, Space, exec, ${pkill} wofi || ${wofi} --show drun"
"SUPER+SHIFT, Space, exec, ${pkill} wofi || ${wofi} --show run"
"SUPER+CTRL, Space, exec, ${pkill} wofi || calc"
"SUPER+ALT, Space, exec, ${pkill} wofi || ${rofi-rbw}"
"SUPER+SHIFT+CTRL, Space, exec, ${pkill} wofi || ${networkmanager_dmenu}"
# Kill applications # Kill applications
"SUPER, Q, killactive"
"SUPER+SHIFT, Q, exec, ${kill} -9 $(${hyprctl} -j activewindow | ${jq} .pid)"
"SUPER+SHIFT, A, exec, ${waydroid} session stop" "SUPER+SHIFT, A, exec, ${waydroid} session stop"
"SUPER+SHIFT, S, exec, ${pkill} steam" "SUPER+SHIFT, S, exec, ${pkill} steam"
"SUPER+SHIFT+CTRL, G, exec, ${pkill} gamescope" "SUPER+SHIFT+CTRL, G, exec, ${pkill} gamescope"
@ -171,6 +168,8 @@ in
"CTRL+ALT, Space, exec, lifx toggle" "CTRL+ALT, Space, exec, lifx toggle"
### Windows ### Windows
"SUPER, Q, killactive"
"SUPER+SHIFT, Q, exec, ${kill} -9 $(${hyprctl} -j activewindow | ${jq} .pid)"
"SUPER, Escape, togglefloating" "SUPER, Escape, togglefloating"
"SUPER+SHIFT, Escape, centerwindow" "SUPER+SHIFT, Escape, centerwindow"
"SUPER, Return, fullscreen, 1" # Maximize "SUPER, Return, fullscreen, 1" # Maximize
@ -235,15 +234,12 @@ in
# Special workspaces # Special workspaces
"SUPER, A, togglespecialworkspace, android" "SUPER, A, togglespecialworkspace, android"
"SUPER+SHIFT, A, movetoworkspacesilent, android"
"SUPER, M, togglespecialworkspace, music" "SUPER, M, togglespecialworkspace, music"
"SUPER+SHIFT, M, movetoworkspacesilent, music"
"SUPER, S, togglespecialworkspace, steam" "SUPER, S, togglespecialworkspace, steam"
"SUPER+SHIFT, S, movetoworkspacesilent, steam"
"SUPER, T, togglespecialworkspace, terminal" "SUPER, T, togglespecialworkspace, terminal"
"SUPER+SHIFT, T, movetoworkspacesilent, terminal"
"SUPER, W, togglespecialworkspace, vm" "SUPER, W, togglespecialworkspace, vm"
"SUPER+SHIFT, W, movetoworkspacesilent, vm" "SUPER, Space, togglespecialworkspace, scratchpad"
"SUPER+SHIFT, Space, movetoworkspacesilent, special:scratchpad"
]; ];
}; };
}; };

View file

@ -21,7 +21,6 @@ in
grace = 5 * 60; # Seconds grace = 5 * 60; # Seconds
hide_cursor = true; hide_cursor = true;
immediate_render = true; immediate_render = true;
no_fade_in = true; # Fix suspend interrupting animation
}; };
background = { background = {