mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Hyprland updates, install package updates, new close all windows script
This commit is contained in:
@@ -38,10 +38,10 @@ source = ~/.config/hypr/autostart.conf
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 3
|
||||
gaps_in = 5
|
||||
gaps_out = 0, 5, 5, 5
|
||||
|
||||
border_size = 1
|
||||
border_size = 2
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
@@ -53,7 +53,7 @@ general {
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
|
||||
layout = master # dwindle or master
|
||||
layout = dwindle # dwindle or master
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
@@ -117,9 +117,9 @@ dwindle {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + SHIFT + P in the keybinds section below
|
||||
preserve_split = true # You probably want this
|
||||
force_split = 2 # always split to the right or bottom
|
||||
split_width_multiplier = 1.25
|
||||
#split_width_multiplier = 1.25
|
||||
use_active_for_splits = false
|
||||
default_split_ratio = 1.25
|
||||
#default_split_ratio = 1.25
|
||||
split_bias = 0
|
||||
}
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ bind = $mainMod, N, exec, $terminal -e nvim
|
||||
bind = $mainMod, P, exec, $pwa "https://pass.proton.me"
|
||||
bind = $mainMod SHIFT, P, pseudo, # dwindle
|
||||
bind = $mainMod, Y, exec, $pwa "https://youtube.com"
|
||||
bind = $mainMod, V, exec, kitty --class clipse -e clipse
|
||||
bind = $mainMod, V, exec, $terminal --class=com.ghostty.clipse -e clipse
|
||||
bind = $mainMod, W, killactive,
|
||||
bind = $mainMod SHIFT, R, exec, ~/.local/bin/waybar-restart
|
||||
|
||||
@@ -62,6 +62,7 @@ bind = $mainMod SHIFT ALT, 4, exec, hyprshot -m region -o ~/Pictures
|
||||
bind = $mainMod SHIFT ALT, 3, exec, hyprshot -m window -o ~/Pictures
|
||||
|
||||
bind = CTRL, F, exec, ~/.local/bin/window-toggle-floating
|
||||
#bind = CTRL, F, togglefloating,
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, H, movefocus, l
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor= ,preferred,auto,auto
|
||||
#monitor = HDMI-A-1, preferred, 0x0, auto
|
||||
monitor = HDMI-A-1, preferred, 0x0, 1.66667
|
||||
#monitor = HDMI-A-1, preferred, 0x0, 1.66667
|
||||
|
||||
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
windowrule = float, class:^(blueberry.py)$
|
||||
|
||||
# Clipboard history tui in floating window.
|
||||
windowrule = float, class:(clipse)
|
||||
windowrule = size 622 652, class:(clipse)
|
||||
windowrule = stayfocused, class:(clipse)
|
||||
windowrule = float, class:.*clipse.*
|
||||
windowrule = size 622 652, class:.*clipse.*
|
||||
windowrule = stayfocused, class:.*clipse.*
|
||||
|
||||
|
||||
windowrule = float,class:^(float)$
|
||||
|
||||
Reference in New Issue
Block a user