Browse Source

added keybindings

pull/8/head
JaKooLit 2 years ago
parent
commit
cede49f88e
  1. 8
      config/hypr/configs/Keybinds.conf

8
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

Loading…
Cancel
Save