updates
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor= DP-1, 1920x1080, 0x0, 1
|
||||
monitor= DP-3, 1920x1080, 0x0, 1
|
||||
monitor= HDMI-A-1, 1920x1080, 1920x0, 1
|
||||
|
||||
|
||||
@@ -38,6 +38,7 @@ $menu = tofi-drun --drun-launch=true
|
||||
$colorPicker = hyprpicker -a
|
||||
$screenshot = /home/chips/.local/bin/grimblast copy area
|
||||
$browser = brave
|
||||
$browser_incog = brave --incognito
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
@@ -46,7 +47,7 @@ $browser = brave
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = waybar
|
||||
exec-once = quickshell
|
||||
exec-once = sway-nc
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = hyprpaper
|
||||
@@ -69,10 +70,9 @@ env = HYPRCURSOR_SIZE,24
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#general
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 10
|
||||
|
||||
border_size = 1
|
||||
gaps_in = 2
|
||||
gaps_out = 2
|
||||
border_size = 0
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
@@ -89,8 +89,8 @@ general {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
rounding = 5
|
||||
rounding_power = 3
|
||||
rounding = 0
|
||||
rounding_power = 0
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1
|
||||
@@ -106,7 +106,7 @@ decoration {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
enabled = true
|
||||
enabled = false
|
||||
size = 5
|
||||
passes = 1
|
||||
vibrancy = 0.1696
|
||||
@@ -153,18 +153,16 @@ animations {
|
||||
# windowrule = bordersize 0, floating:0, onworkspace:f[1]
|
||||
# windowrule = rounding 0, floating:0, onworkspace:f[1]
|
||||
|
||||
workspace = 1, monitor:DP-1, default:true, persistent:true
|
||||
workspace = 2, monitor:DP-1, default:true, persistent:true
|
||||
workspace = 3, monitor:DP-1, default:true, persistent:true
|
||||
workspace = 4, monitor:DP-1, default:true, persistent:true
|
||||
workspace = 5, monitor:DP-1, default:true, persistent:true
|
||||
workspace = 9, monitor:HDMI-A-1, default:true, persistent:true
|
||||
workspace = 8, monitor:HDMI-A-1, default:true, persistent:true
|
||||
workspace = 10, monitor:HDMI-A-1, default:true, persistent:true
|
||||
workspace = 1, monitor:0, default:true, persistent:true
|
||||
workspace = 2, monitor:0, default:true, persistent:true
|
||||
workspace = 3, monitor:0, default:true, persistent:true
|
||||
workspace = 4, monitor:0, default:true, persistent:true
|
||||
workspace = 5, monitor:0, default:true, persistent:true
|
||||
workspace = 6, monitor:0, default:true, persistent:true
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
dwindle {
|
||||
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section b1
|
||||
# pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section b1
|
||||
preserve_split = true # You probably want this
|
||||
}
|
||||
|
||||
@@ -226,6 +224,7 @@ bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, C, exec, $colorPicker
|
||||
bind = $mainMod, S, exec, $screenshot
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, N, exec, $browser_incog
|
||||
bind = $mainMod, T, togglefloating,
|
||||
bind = $mainMod, R, exec, $menu
|
||||
# bind = $mainMod, P, pseudo, # dwindle
|
||||
@@ -246,10 +245,6 @@ bind = $mainMod, 3, workspace, 3
|
||||
bind = $mainMod, 4, workspace, 4
|
||||
bind = $mainMod, 5, workspace, 5
|
||||
bind = $mainMod, 6, workspace, 6
|
||||
bind = $mainMod, 7, workspace, 7
|
||||
bind = $mainMod, 8, workspace, 8
|
||||
bind = $mainMod, 9, workspace, 9
|
||||
bind = $mainMod, 0, workspace, 10
|
||||
|
||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||
@@ -258,10 +253,6 @@ bind = $mainMod SHIFT, 3, movetoworkspace, 3
|
||||
bind = $mainMod SHIFT, 4, movetoworkspace, 4
|
||||
bind = $mainMod SHIFT, 5, movetoworkspace, 5
|
||||
bind = $mainMod SHIFT, 6, movetoworkspace, 6
|
||||
bind = $mainMod SHIFT, 7, movetoworkspace, 7
|
||||
bind = $mainMod SHIFT, 8, movetoworkspace, 8
|
||||
bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Example special workspace (scratchpad)
|
||||
# bind = $mainMod, S, togglespecialworkspace, magic
|
||||
@@ -282,8 +273,7 @@ bindel = $mainMod SHIFT, up, resizeactive, 0, -20
|
||||
bindel = $mainMod SHIFT, down, resizeactive, 0, 20
|
||||
|
||||
# On/Off monitors
|
||||
bind = $mainMod CTRL, K, exec, sleep 1 && hyprctl dispatch dpms toggle DP-1
|
||||
bind = $mainMod CTRL, L, exec, sleep 1 && hyprctl dispatch dpms toggle HDMI-A-1
|
||||
bind = $mainMod CTRL, L, exec, sleep 0.5 && hyprctl dispatch dpms toggle DP-3
|
||||
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
@@ -309,7 +299,6 @@ windowrule {
|
||||
match:title = .*Debug:.*
|
||||
|
||||
center = on
|
||||
workspace = 10
|
||||
size = 900 900
|
||||
float = yes
|
||||
}
|
||||
|
||||
@@ -3,12 +3,6 @@ splash = off
|
||||
|
||||
wallpaper {
|
||||
monitor = HDMI-A-1
|
||||
path = /home/chips/Pictures/wallpapers/summer_dreams.png
|
||||
fit_mode = cover
|
||||
}
|
||||
|
||||
wallpaper {
|
||||
monitor = DP-1
|
||||
path = /home/chips/Pictures/wallpapers/wallhaven-1.jpg
|
||||
path = /home/chips/Pictures/wallpapers/abandoned.png
|
||||
fit_mode = cover
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user