Updated config
This commit is contained in:
@ -1,12 +1,10 @@
|
||||
exec-once = dunst
|
||||
exec-once = ~/.bin/launch-waybar
|
||||
exec-once = $statusbar
|
||||
exec-once = waypaper --restore
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
exec-once = dbus-update-activation-environment --all
|
||||
exec-once = gnome-keyring-daemon --start --components=pkcs11,secrets,ssh
|
||||
|
||||
exec-once = [workspace 1 silent] godot
|
||||
exec-once = [workspace 2 silent] $editor
|
||||
exec-once = [workspace 3 silent] $browser
|
||||
exec-once = [workspace 4 silent] $terminal
|
||||
exec-once = [workspace 5 silent] $terminal
|
||||
|
@ -1,6 +1,6 @@
|
||||
general {
|
||||
gaps_in = 5
|
||||
gaps_out = 20
|
||||
gaps_out = 10
|
||||
border_size = 2
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
@ -27,7 +27,7 @@ input {
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 8
|
||||
rounding = 10
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
@ -46,17 +46,17 @@ animations {
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = windows, 1, 6, myBezier
|
||||
animation = windowsOut, 1, 6, default, popin 80%
|
||||
animation = border, 1, 9, default
|
||||
animation = borderangle, 1, 7, default
|
||||
animation = fade, 1, 6, default
|
||||
animation = workspaces, 1, 1, default
|
||||
}
|
||||
|
||||
dwindle {
|
||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
preserve_split = yes # you probably want this
|
||||
pseudotile = yes
|
||||
preserve_split = yes
|
||||
}
|
||||
|
||||
master {
|
||||
@ -68,5 +68,5 @@ gestures {
|
||||
}
|
||||
|
||||
misc {
|
||||
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
force_default_wallpaper = 0
|
||||
}
|
||||
|
@ -1,43 +0,0 @@
|
||||
background {
|
||||
monitor =
|
||||
path = $HOME/pictures/wallpapers/lockscreen.png
|
||||
color = rgba(25, 20, 20, 1.0)
|
||||
|
||||
blur_passes = 4
|
||||
blur_size = 2
|
||||
noise = 0.0117
|
||||
contrast = 0.8916
|
||||
brightness = 0.8172
|
||||
vibrancy = 0.1696
|
||||
vibrancy_darkness = 0.0
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 200, 50
|
||||
outline_thickness = 1
|
||||
dots_size = 0.2 # 0.2 - 0.8
|
||||
dots_spacing = 0.15 # 0.0 - 1.0
|
||||
dots_center = true
|
||||
outer_color = rgb(000000)
|
||||
inner_color = rgb(200, 200, 200)
|
||||
font_color = rgb(10, 10, 10)
|
||||
fade_on_empty = true
|
||||
placeholder_text = <i>Input Password...</i>
|
||||
hide_input = false
|
||||
position = 0, -20
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
||||
|
||||
label {
|
||||
monitor =
|
||||
text = Enter your password to unlock
|
||||
color = rgba(200, 200, 200, 1.0)
|
||||
font_size = 24
|
||||
font_family = Ubuntu Nerd Font
|
||||
|
||||
position = 0, 200
|
||||
halign = center
|
||||
valign = center
|
||||
}
|
@ -6,10 +6,9 @@ bind = $leader, T, exec, $terminal
|
||||
bind = $leader, B, exec, $browser
|
||||
bind = $leader, E, exec, $files
|
||||
bind = $leader, Super_L, exec, $menu
|
||||
bind = $leader, L, exec, hyprlock
|
||||
|
||||
# Screenshot
|
||||
bind = , Print, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||
bind = $leader, L, exec, $lockscreen
|
||||
bind = $leader, F12, exec, $logout
|
||||
bind = , Print, exec, $screenshot
|
||||
|
||||
# Window management
|
||||
bind = $leader, C, killactive,
|
||||
|
@ -1,6 +1,10 @@
|
||||
$browser = firefox
|
||||
$editor = code
|
||||
$editor = nvim
|
||||
$email = geary
|
||||
$files = nautilus
|
||||
$logout = wlogout
|
||||
$lockscreen = swaylock
|
||||
$menu = ~/.bin/toggle-fuzzel
|
||||
$screenshot = grim -g "$(slurp -d)" - | wl-copy
|
||||
$statusbar = ~/.bin/launch-waybar
|
||||
$terminal = alacritty
|
||||
|
Reference in New Issue
Block a user