finished implementing vicinae
parent
e9c3f887a2
commit
c3d773c037
|
|
@ -1,7 +1,7 @@
|
||||||
# Or execute your favorite apps at launch like this:
|
# Or execute your favorite apps at launch like this:
|
||||||
exec-once =bash ~/mount-smb.sh
|
exec-once =bash ~/mount-smb.sh
|
||||||
exec-once =bash ~/mountnc.sh
|
exec-once =bash ~/mountnc.sh
|
||||||
|
exec-once = bash vicinae server
|
||||||
exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/bluetooth-applet.sh
|
exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/bluetooth-applet.sh
|
||||||
exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/ulwatchdog.sh
|
exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/ulwatchdog.sh
|
||||||
exec-once=bash ~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh
|
exec-once=bash ~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,8 @@ $terminal = kitty
|
||||||
#$fileManager = kitty -e yazi
|
#$fileManager = kitty -e yazi
|
||||||
$editor = kitty nvim
|
$editor = kitty nvim
|
||||||
$fileManager = thunar
|
$fileManager = thunar
|
||||||
$menu = ulauncher-toggle
|
#$menu = ulauncher-toggle
|
||||||
|
$menu = vicinae toggle
|
||||||
|
|
||||||
####################
|
####################
|
||||||
### GESTURES ###
|
### GESTURES ###
|
||||||
|
|
@ -35,6 +36,9 @@ gesture = 4, right, dispatcher, movetoworkspace, r-1
|
||||||
### KEYBINDINGSS ###
|
### KEYBINDINGSS ###
|
||||||
####################
|
####################
|
||||||
|
|
||||||
|
bindl=,switch:on:Lid Switch, exec, hyprctl dispatch dpms off && hyprctl dispatch exec hyprlock
|
||||||
|
bindl=,switch:off:Lid Switch, exec, hyprctl dispatch dpms on
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||||
|
|
||||||
|
|
@ -68,8 +72,8 @@ bind = $mainMod SHIFT, V, tagwindow, +centered
|
||||||
#bind = $mainMod, H, movecurrentworkspacetomonitor
|
#bind = $mainMod, H, movecurrentworkspacetomonitor
|
||||||
bind = $mainMod, C, pseudo, # dwindle
|
bind = $mainMod, C, pseudo, # dwindle
|
||||||
bind = $mainMod, B, togglesplit, # dwindle
|
bind = $mainMod, B, togglesplit, # dwindle
|
||||||
bind = $mainMod SHIFT, O, exec, hyprshutdown
|
bind = $mainMod SHIFT, O, exec, hyprctl dispatch exit
|
||||||
bind = $mainMod CTRl, O, exec, hyprshutdown -p poweroff
|
bind = $mainMod CTRl, O, exec, systemctl poweroff
|
||||||
bind = $mainMod, O, exec, hyprlock
|
bind = $mainMod, O, exec, hyprlock
|
||||||
#power-dmenu
|
#power-dmenu
|
||||||
bind = $mainMod ALT, O, exec, ~/.config/scripts/pwr-dmenu.sh
|
bind = $mainMod ALT, O, exec, ~/.config/scripts/pwr-dmenu.sh
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
windowrule = match:class ulauncher, border_size 0
|
|
||||||
windowrule = match:class ulauncher, no_blur on
|
windowrule = match:class ulauncher, tag +launcher
|
||||||
windowrule = match:class ulauncher, no_shadow on
|
windowrule = match:class vicinae-server, tag +launcher
|
||||||
windowrule = match:class ulauncher, pin on
|
|
||||||
windowrule = match:class ulauncher, move (cursor_x-50) (cursor_y-50)
|
|
||||||
|
|
||||||
windowrule = match:class firefox, opaque on
|
windowrule = match:class firefox, opaque on
|
||||||
windowrule = match:class firefox, render_unfocused on
|
windowrule = match:class firefox, render_unfocused on
|
||||||
|
|
@ -19,6 +17,16 @@ windowrule = match:tag mixer, pin on
|
||||||
windowrule = match:tag mixer, move (monitor_w*0.73) (monitor_h*0.055)
|
windowrule = match:tag mixer, move (monitor_w*0.73) (monitor_h*0.055)
|
||||||
windowrule = match:tag mixer, size (monitor_w*0.25) (monitor_h*0.35)
|
windowrule = match:tag mixer, size (monitor_w*0.25) (monitor_h*0.35)
|
||||||
|
|
||||||
|
windowrule {
|
||||||
|
name = launcher
|
||||||
|
match:tag = launcher
|
||||||
|
pin = on
|
||||||
|
no_shadow = on
|
||||||
|
no_blur = on
|
||||||
|
border_size = 0
|
||||||
|
move = (cursor_x-50) (cursor_y-50)
|
||||||
|
}
|
||||||
|
|
||||||
windowrule {
|
windowrule {
|
||||||
name = spotify
|
name = spotify
|
||||||
match:class = spotify
|
match:class = spotify
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
"search_files_in_root": true,
|
"search_files_in_root": true,
|
||||||
"font": {
|
"font": {
|
||||||
"normal": {
|
"normal": {
|
||||||
"family": "Agave Nerd Font",
|
"family": "Agave Nerd Font Mono",
|
||||||
"size": 10.5
|
"size": 10.5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"border_width": 7
|
"border_width": 7
|
||||||
},
|
},
|
||||||
"size": {
|
"size": {
|
||||||
"width": 770,
|
"width": 500,
|
||||||
"height": 480
|
"height": 480
|
||||||
},
|
},
|
||||||
"dim_around": false,
|
"dim_around": false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue