diff options
| author | JaKooLit <jimmilovejay@gmail.com> | 2023-11-04 00:45:19 +0900 |
|---|---|---|
| committer | JaKooLit <jimmilovejay@gmail.com> | 2023-11-04 00:45:19 +0900 |
| commit | cede49f88eca42b75b905dcea13b0061b65bdea8 (patch) | |
| tree | 16723c589710af1251edff0d636f1a4554405f9c /config/hypr | |
| parent | 5c92d83f04f25f2d1c4ddc253861c1db47aa577f (diff) | |
added keybindings
Diffstat (limited to 'config/hypr')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 86a996b6..9414aea3 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -29,12 +29,16 @@ $wallpaper = $scriptsDir/Wallpaper.sh $wallpaperSelect = $scriptsDir/WallpaperSelect.sh $waybar = $scriptsDir/Waybar.sh $waybarStyle = $scriptsDir/WaybarStyles.sh +$wlogout = $scriptsDir/Wlogout.sh $Wofi = $scriptsDir/Wofi.sh $WofiBeats = $scriptsDir/WofiBeats.sh $WofiBig = $scriptsDir/WofiBig.sh $WofiEmoji = $scriptsDir/WofiEmoji.sh -$WofiPower = $scriptsDir/WofiPower.sh +bind = $mainMod, R, exec, rofi -show drun -modi run,drun,filebrowser +#bind = $mainMod, R, exec, rofi -show drun -modi run,drun,filebrowser -theme +#bind = SUPER, R, exec, pkill rofi || rofi -show drun -theme ~/.config/rofi/global/rofi.rasi +bind = SUPER, Y, exec, rofi -show run -theme # see https://wiki.hyprland.org/Configuring/Binds/ for more bind = CTRL ALT, Delete, exit bind = $mainMod SHIFT, C, exec, hyprctl reload @@ -47,7 +51,7 @@ bind = $mainMod, Q, killactive, bind = $mainMod, Return, exec, $term bind = $mainMod, T, exec, $files bind = CTRL ALT, L, exec, $LockScreen -bind = CTRL ALT, P, exec, $WofiPower +bind = CTRL ALT, P, exec, $wlogout bind = $mainMod CTRL, S, exec, $WofiBeats bind = $mainMod ALT, E, exec, $WofiEmoji bind = $mainMod, W, exec, $wallpaper swaybg |
