stuff
This commit is contained in:
@@ -69,13 +69,12 @@ exec-once = ~/.config/hypr/scripts/float-bitwarden.sh
|
||||
# Makes sure ratbag is running
|
||||
exec-once = ratbagctl list
|
||||
|
||||
# Plugins
|
||||
exec-once = hyprpm enable Hyprspace
|
||||
exec-once = hyprpm reload
|
||||
|
||||
# Custom scripts
|
||||
exec-once = ~/code/ha-notifications/ha-notifications
|
||||
|
||||
# Plugins
|
||||
exec-once = hyprpm reload
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
#############################
|
||||
@@ -88,7 +87,7 @@ env = XDG_SESSION_TYPE,wayland
|
||||
env = HYPRSHOT_DIR,/home/paul/screenshots
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
no_hardware_cursors = 0
|
||||
}
|
||||
|
||||
|
||||
@@ -259,9 +258,10 @@ bind = $mainMod SHIFT, S, exec, hyprshot -m region
|
||||
bind = $mainMod, PRINT, exec, hyprshot -m window
|
||||
bind = $mainMod SHIFT, B, exec, pkill waybar & hyprctl dispatch exec waybar
|
||||
bind = $mainMod SHIFT, C, exec, hyprpicker | wl-copy
|
||||
# bind = $mainMod, TAB, overview:toggle
|
||||
bind = $mainMod, TAB, hyprtasking:toggle, cursor
|
||||
bind = $mainMod, END, exec, wlogout -b 6 -L 1100 -R 1100 -T 650 -B 650
|
||||
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
bind = $mainMod, right, movefocus, r
|
||||
@@ -413,6 +413,14 @@ windowrule {
|
||||
no_anim = on
|
||||
}
|
||||
|
||||
# ClickUp Command Bar will disappear if mouse is not over it, so we pin it and disable focus loss
|
||||
windowrule {
|
||||
name = "clickup-command-bar"
|
||||
match:initial_title = ClickUp Command Bar
|
||||
float = 1
|
||||
stay_focused = on
|
||||
}
|
||||
|
||||
# UXPlay windows are always floating and exact size
|
||||
windowrule {
|
||||
name = "uxplay"
|
||||
@@ -422,6 +430,18 @@ windowrule {
|
||||
center = 1
|
||||
}
|
||||
|
||||
# Import Modal for LibreOffice calc is always floating and exact size
|
||||
windowrule {
|
||||
name = "libreoffice-import-modal"
|
||||
match:initial_class = soffice
|
||||
match:initial_title = Text Import.*
|
||||
float = 1
|
||||
size = 800 400
|
||||
stay_focused = on
|
||||
dim_around = on
|
||||
move = 1320 520
|
||||
}
|
||||
|
||||
# Notification animation style
|
||||
layerrule = match:namespace notifications, animation slide
|
||||
|
||||
|
||||
Reference in New Issue
Block a user