added rofi
This commit is contained in:
parent
de286b3343
commit
ff9ab94b24
6 changed files with 407 additions and 4 deletions
|
@ -19,6 +19,7 @@ exec-once = hyprctl setcursor Adwaita 24
|
|||
exec-once = zsh /home/moonleay/.config/hypr/hyprland/scripts/fixXwaylandVideoBridge.sh
|
||||
exec-once = solaar -w hide
|
||||
exec-once = setxkbmap -model 'pc105angle' -layout 'us' -variant 'cmk_ed_us' -option'' -option 'misc:extend,lv5:caps_switch_lock,grp:shifts_toggle,compose:menu,misc:cmk_curl_dh'
|
||||
exec-once = flatpak run org.kde.xwaylandvideobridge
|
||||
#exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
|
@ -78,7 +79,7 @@ general {
|
|||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
|
||||
gaps_in = 5 #5
|
||||
gaps_out = 20 #20
|
||||
gaps_out = 5 #20
|
||||
border_size = 2 #1.5 #2
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
@ -154,6 +155,11 @@ gestures {
|
|||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
windowrulev2 = immediate, class:^(minecraft)$
|
||||
# Screensharing
|
||||
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = nofocus,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
@ -169,7 +175,9 @@ $mainMod = SUPER
|
|||
# XF86Launch9 = F18
|
||||
# NoSymbol = F19
|
||||
bind = $mainMod, XF86Eject, exec, shutdown now
|
||||
bind = $mainMod, XF86Launch1, exec, shutdown now
|
||||
bind = $mainMod SHIFT, XF86Eject, exec, reboot
|
||||
bind = $mainMod SHIFT, XF86Launch1, exec, reboot
|
||||
bind = , XF86Tools, exec, playerctl previous
|
||||
bind = , XF86Launch5, exec, playerctl play-pause
|
||||
bind = , XF86Launch6, exec, playerctl next
|
||||
|
@ -184,7 +192,7 @@ bind = $mainMod, C, killactive,
|
|||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, thunar
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, fuzzel
|
||||
bind = $mainMod, R, exec, rofi -show drun -show-icons
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue