mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 15:04:24 -05:00
Hypr and dunst
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Main dunst configuration
|
# Main dunst configuration
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
monitor = 0
|
monitor = 2 # For the multi monitor setup
|
||||||
follow = none
|
follow = none
|
||||||
origin = top-right
|
origin = top-right
|
||||||
offset = 5 x 15
|
offset = 5 x 15
|
||||||
@@ -28,7 +28,6 @@
|
|||||||
alignment = left
|
alignment = left
|
||||||
vertical_alignment = center
|
vertical_alignment = center
|
||||||
|
|
||||||
|
|
||||||
ignore_newline = no
|
ignore_newline = no
|
||||||
stack_duplicates = true
|
stack_duplicates = true
|
||||||
hide_duplicate_count = false
|
hide_duplicate_count = false
|
||||||
@@ -38,4 +37,3 @@
|
|||||||
|
|
||||||
corner_radius = 5
|
corner_radius = 5
|
||||||
corners = bottom, top-left
|
corners = bottom, top-left
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ input:tablet {
|
|||||||
active_area_position = 35, 30
|
active_area_position = 35, 30
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
|
|
||||||
$terminal = alacritty
|
$terminal = alacritty
|
||||||
@@ -25,6 +24,10 @@ exec-once = wl-clip-persist --clipboard regular
|
|||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
exec-once = nm-applet
|
exec-once = nm-applet
|
||||||
exec-once = nextcloud
|
exec-once = nextcloud
|
||||||
|
|
||||||
|
# Prevent speaker damage
|
||||||
|
exec-once = wpctl set-volume @DEFAULT_AUDIO_SINK@ 42%
|
||||||
|
|
||||||
exec-once = ~/projects/scripts/shell/rnote_mapper.sh
|
exec-once = ~/projects/scripts/shell/rnote_mapper.sh
|
||||||
|
|
||||||
# Mount the webdav folder configured by rclone
|
# Mount the webdav folder configured by rclone
|
||||||
@@ -48,10 +51,13 @@ workspace=4,monitor:HDMI-A-1
|
|||||||
workspace=5,monitor:HDMI-A-2
|
workspace=5,monitor:HDMI-A-2
|
||||||
workspace=6,monitor:HDMI-A-2
|
workspace=6,monitor:HDMI-A-2
|
||||||
workspace=7,monitor:HDMI-A-2
|
workspace=7,monitor:HDMI-A-2
|
||||||
|
workspace=11,monitor:HDMI-A-2
|
||||||
|
workspace=12,monitor:HDMI-A-2
|
||||||
|
|
||||||
workspace=8,monitor:DP-1
|
workspace=8,monitor:DP-1
|
||||||
workspace=9,monitor:DP-1
|
workspace=9,monitor:DP-1
|
||||||
workspace=0,monitor:DP-1
|
workspace=13,monitor:DP-1
|
||||||
|
workspace=14,monitor:DP-1
|
||||||
|
|
||||||
env = HYPRCURSOR_THEME,catppuccin-frappe-rosewater-cursors
|
env = HYPRCURSOR_THEME,catppuccin-frappe-rosewater-cursors
|
||||||
env = HYPRCURSOR_SIZE,18
|
env = HYPRCURSOR_SIZE,18
|
||||||
@@ -115,6 +121,10 @@ bind = $mainMod, 7, workspace, 7
|
|||||||
bind = $mainMod, 8, workspace, 8
|
bind = $mainMod, 8, workspace, 8
|
||||||
bind = $mainMod, 9, workspace, 9
|
bind = $mainMod, 9, workspace, 9
|
||||||
bind = $mainMod, 0, workspace, 10
|
bind = $mainMod, 0, workspace, 10
|
||||||
|
bind = $mainMod, A, workspace, 11
|
||||||
|
bind = $mainMod, S, workspace, 12
|
||||||
|
bind = $mainMod, D, workspace, 13
|
||||||
|
bind = $mainMod, G, workspace, 14
|
||||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||||
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
bind = $mainMod SHIFT, 2, movetoworkspace, 2
|
||||||
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
||||||
@@ -125,6 +135,10 @@ bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
|||||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||||
|
bind = $mainMod SHIFT, A, movetoworkspace, 11
|
||||||
|
bind = $mainMod SHIFT, S, movetoworkspace, 12
|
||||||
|
bind = $mainMod SHIFT, D, movetoworkspace, 13
|
||||||
|
bind = $mainMod SHIFT, G, movetoworkspace, 14
|
||||||
bind = $mainMod, F12, exec, ~/projects/scripts/unison_sync.sh
|
bind = $mainMod, F12, exec, ~/projects/scripts/unison_sync.sh
|
||||||
|
|
||||||
# Resizeing with mouse buttons while pressed mod
|
# Resizeing with mouse buttons while pressed mod
|
||||||
@@ -235,6 +249,7 @@ windowrulev2 = move 1300 80, class:(nm-connection-editor)
|
|||||||
windowrulev2 = float, class:(org.pulseaudio.pavucontrol)
|
windowrulev2 = float, class:(org.pulseaudio.pavucontrol)
|
||||||
windowrulev2 = float, class:(cheese)
|
windowrulev2 = float, class:(cheese)
|
||||||
windowrulev2 = float, class:(nemo)
|
windowrulev2 = float, class:(nemo)
|
||||||
|
windowrulev2 = float, initialTitle:(Open)
|
||||||
windowrulev2 = size 1200 900, class:(nemo)
|
windowrulev2 = size 1200 900, class:(nemo)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user