feat: full refactoring - work in progress...
This commit is contained in:
@@ -7,7 +7,7 @@ source = ~/.config/hypr/config/defaults.conf
|
||||
# Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing #
|
||||
exec-once = tailscale-systray &
|
||||
exec-once = slack &
|
||||
exec-once = swaybg -o \* -i /usr/share/wallpapers/cachyos-wallpapers/Skyscraper.png -m fill
|
||||
exec-once = swaybg -o \* -i ~/.wallpaper.jpg -m fill
|
||||
exec-once = waybar &
|
||||
exec-once = fcitx5 -d &
|
||||
exec-once = mako &
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
$filemanager = thunar
|
||||
$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run
|
||||
$terminal = /usr/bin/kitty
|
||||
$terminal = kitty
|
||||
$idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'
|
||||
$capturing = grim -g "$(slurp)" - | swappy -f -
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ bindd = $mainMod, down, Move focus downwards, movefocus, d
|
||||
## Resizing windows
|
||||
# Activate keyboard window resize mode
|
||||
# https://wiki.hyprland.org/Configuring/Binds/#submaps
|
||||
bindd = $mainMod, R, Activates window resizing mode, submap, resize
|
||||
bindd = $mainMod SHIFT, R, Activates window resizing mode, submap, resize
|
||||
submap = resize
|
||||
bindd = , right, Resize to the right (resizing mode), resizeactive, 15 0
|
||||
bindd = , left, Resize to the left (resizing mode), resizeactive, -15 0
|
||||
|
||||
@@ -59,6 +59,7 @@ misc {
|
||||
swallow_regex = ^(cachy-browser|firefox|nautilus|nemo|thunar|btrfs-assistant.)$
|
||||
focus_on_activate = true
|
||||
vrr = 2
|
||||
enable_anr_dialog = false
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/0.45.0/Configuring/Variables/#render
|
||||
|
||||
Reference in New Issue
Block a user