Adds rofi styling
This commit is contained in:
parent
f3bcacf369
commit
d03146f3a1
25 changed files with 206 additions and 1191 deletions
|
|
@ -6,7 +6,7 @@ $configs = $HOME/.config/hypr/configs
|
|||
|
||||
$files = hyprdrop ghostty --identifier yazi_hyprdrop --args="yazi" --env="PWD=~/"
|
||||
$term = ghostty
|
||||
$appLauncher = anyrun
|
||||
$appLauncher = rofi -show drun -show-icons
|
||||
|
||||
bind = $mainMod, Q, killactive,
|
||||
|
||||
|
|
@ -89,7 +89,6 @@ bind = , F12, exec, $scriptsDir/screenshot.sh active # screenshot (active window
|
|||
|
||||
bind = $mainMod SHIFT, N, exec, $scriptsDir/anyrun/Toolkit.sh # swayNC notification panel
|
||||
|
||||
|
||||
bind = , F13, movecurrentworkspacetomonitor, +1
|
||||
bind = $mainMod SHIFT, H, movecurrentworkspacetomonitor, +1
|
||||
|
||||
|
|
@ -97,16 +96,16 @@ bind = $mainMod, F, fullscreen, 1
|
|||
bind = $mainMod, Space, fullscreen, 0
|
||||
|
||||
# rofi App launcher
|
||||
bind = $mainMod, Tab, exec, nwg-drawer -pbexit "wayland-logout" -pbpoweroff "systemctl poweroff" -pbreboot "systemctl reboot"
|
||||
#bind = $mainMod, Tab, exec, $appLauncher
|
||||
bind = ALT, Tab, exec, $scriptsDir/anyrun/Windows.sh
|
||||
#bind = $mainMod, Tab, exec, nwg-drawer -pbexit "wayland-logout" -pbpoweroff "systemctl poweroff" -pbreboot "systemctl reboot"
|
||||
bind = $mainMod, Tab, exec, $appLauncher
|
||||
bind = ALT, Tab, exec, rofi -show window -show-icons
|
||||
|
||||
bind = $mainMod, Return, exec, $term
|
||||
bind = $mainMod Shift, Return, exec, hyprdrop ghostty --identifier term_hyprdrop
|
||||
bind = $mainMod, Z, exec, $files
|
||||
|
||||
bind = $mainMod, R, focusurgentorlast
|
||||
bind = $mainMod SHIFT, P, exec, $scriptsDir/anyrun/Auth.sh
|
||||
bind = $mainMod SHIFT, P, exec, rofi -modes "2fa" -show 2fa
|
||||
|
||||
bind = $mainMod, O, exec, killall -USR1 waybar
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@ layerrule = ignorezero, waybar
|
|||
layerrule = blur, anyrun
|
||||
layerrule = ignorezero, anyrun
|
||||
|
||||
layerrule = blur, rofi
|
||||
layerrule = ignorezero, rofi
|
||||
|
||||
layerrule = blur, swaync-notification-window
|
||||
layerrule = ignorezero, swaync-notification-window
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue