Compare commits

...

2 Commits

Author SHA1 Message Date
Sravan Balaji
edcbe0f6fd Change blur settings, add gammastep-indicator to startup, and set cursor theme on startup 2025-05-27 21:05:55 -04:00
Sravan Balaji
182dd383d3 Add keybinding for moving windows between monitors 2025-05-18 21:40:12 -04:00
2 changed files with 18 additions and 4 deletions

View File

@@ -154,6 +154,7 @@ exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
*** Desktop Setup
#+BEGIN_SRC conf :tangle hyprland.conf
exec-once = uwsm app -- hyprctl setcursor breeze-hacked-cursor-theme 24 &
exec-once = uwsm app -- hyprpm reload -n &
exec-once = uwsm app -- shikane &
exec-once = uwsm app -- waypaper --restore &
@@ -167,6 +168,7 @@ exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
exec-once = uwsm app -- blueman-applet &
exec-once = uwsm app -- nm-applet &
exec-once = uwsm app -- kdeconnect-indicator &
exec-once = uwsm app -- gammastep-indicator &
exec-once = uwsm app -- udiskie -a -n -s &
exec-once = uwsm app -- nextcloud &
exec-once = uwsm app -- syncthing-gtk &
@@ -246,8 +248,8 @@ decoration {
blur {
enabled = true
size = 8
passes = 1
size = 5
passes = 3
ignore_opacity = true
new_optimizations = true
xray = true
@@ -596,6 +598,13 @@ bind = $mainMod SHIFT, K, movewindow, u
bind = $mainMod SHIFT, J, movewindow, d
#+END_SRC
Move windows to monitors with mainMod + SHIFT + <>
#+BEGIN_SRC conf :tangle hyprland.conf
bind = $mainMod SHIFT, period, movewindow, mon:+1
bind = $mainMod SHIFT, comma, movewindow, mon:-1
#+END_SRC
Move/resize windows with mainMod + LMB/RMB and dragging
#+BEGIN_SRC conf :tangle hyprland.conf

View File

@@ -11,6 +11,7 @@ exec-once = uwsm app -- kdeconnectd --replace &
exec-once = uwsm app -- wl-paste --type text --watch cliphist store &
exec-once = uwsm app -- wl-paste --type image --watch cliphist store &
exec-once = uwsm app -- hyprctl setcursor breeze-hacked-cursor-theme 24 &
exec-once = uwsm app -- hyprpm reload -n &
exec-once = uwsm app -- shikane &
exec-once = uwsm app -- waypaper --restore &
@@ -20,6 +21,7 @@ exec-once = uwsm app -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 25% &
exec-once = uwsm app -- blueman-applet &
exec-once = uwsm app -- nm-applet &
exec-once = uwsm app -- kdeconnect-indicator &
exec-once = uwsm app -- gammastep-indicator &
exec-once = uwsm app -- udiskie -a -n -s &
exec-once = uwsm app -- nextcloud &
exec-once = uwsm app -- syncthing-gtk &
@@ -55,8 +57,8 @@ decoration {
blur {
enabled = true
size = 8
passes = 1
size = 5
passes = 3
ignore_opacity = true
new_optimizations = true
xray = true
@@ -242,6 +244,9 @@ bind = $mainMod SHIFT, L, movewindow, r
bind = $mainMod SHIFT, K, movewindow, u
bind = $mainMod SHIFT, J, movewindow, d
bind = $mainMod SHIFT, period, movewindow, mon:+1
bind = $mainMod SHIFT, comma, movewindow, mon:-1
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow