Updated config
This commit is contained in:
parent
0a339fad34
commit
93a4ec7f7e
@ -73,6 +73,7 @@ alias ff "fastfetch"
|
|||||||
alias hex "hexdump -C"
|
alias hex "hexdump -C"
|
||||||
alias log "journalctl"
|
alias log "journalctl"
|
||||||
alias utc "date -u +'%Y-%m-%dT%H:%M:%SZ'"
|
alias utc "date -u +'%Y-%m-%dT%H:%M:%SZ'"
|
||||||
|
alias dl "yt-dlp -x -f bestaudio"
|
||||||
|
|
||||||
# Close all windows
|
# Close all windows
|
||||||
alias closeall "wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic"
|
alias closeall "wmctrl -l | awk '{print $1}' | xargs -rn1 wmctrl -ic"
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
animations {
|
animations {
|
||||||
enabled = yes
|
enabled = no
|
||||||
|
|
||||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
# bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||||
|
#
|
||||||
animation = windows, 1, 2, myBezier
|
# animation = windows, 1, 2, myBezier
|
||||||
animation = windowsOut, 1, 2, default, popin 80%
|
# animation = windowsOut, 1, 2, default, popin 80%
|
||||||
animation = border, 1, 5, default
|
# animation = border, 1, 5, default
|
||||||
animation = borderangle, 1, 3, default
|
# animation = borderangle, 1, 3, default
|
||||||
animation = fade, 1, 2, default
|
# animation = fade, 1, 2, default
|
||||||
animation = workspaces, 1, 1, default
|
# animation = workspaces, 1, 1, default
|
||||||
}
|
}
|
||||||
|
@ -1,78 +1,33 @@
|
|||||||
general {
|
general {
|
||||||
gaps_in = 2
|
gaps_in = 5
|
||||||
gaps_out = 4
|
gaps_out = 10
|
||||||
border_size = 2
|
border_size = 1
|
||||||
layout = dwindle
|
|
||||||
allow_tearing = true
|
allow_tearing = true
|
||||||
|
}
|
||||||
|
|
||||||
# Default
|
decoration {
|
||||||
#col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
rounding = 5
|
||||||
#col.inactive_border = rgba(595959aa)
|
drop_shadow = true
|
||||||
|
blur:enabled = false
|
||||||
|
}
|
||||||
|
|
||||||
# Generic
|
animations {
|
||||||
col.active_border = rgba(ffffff80)
|
enabled = false
|
||||||
col.inactive_border = rgba(ffffff20)
|
}
|
||||||
|
|
||||||
# Ubuntu
|
dwindle {
|
||||||
# col.active_border = rgba(d98e1fff) rgba(d87713ff) 45deg
|
no_gaps_when_only = 1
|
||||||
# col.inactive_border = rgba(d98e1f60)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
|
||||||
kb_variant =
|
|
||||||
kb_model =
|
|
||||||
kb_options =
|
|
||||||
kb_rules =
|
|
||||||
|
|
||||||
touchpad {
|
|
||||||
natural_scroll = no
|
|
||||||
}
|
|
||||||
|
|
||||||
follow_mouse = 1
|
|
||||||
sensitivity = 0
|
|
||||||
accel_profile = flat
|
accel_profile = flat
|
||||||
|
sensitivity = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
misc {
|
||||||
|
vrr = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
overlay = false
|
overlay = false
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
|
||||||
rounding = 5
|
|
||||||
|
|
||||||
blur {
|
|
||||||
enabled = true
|
|
||||||
size = 4
|
|
||||||
passes = 4
|
|
||||||
new_optimizations = on
|
|
||||||
ignore_opacity = on
|
|
||||||
xray = false
|
|
||||||
}
|
|
||||||
|
|
||||||
drop_shadow = no
|
|
||||||
shadow_range = 4
|
|
||||||
shadow_render_power = 3
|
|
||||||
col.shadow = rgba(1a1a1aee)
|
|
||||||
|
|
||||||
# active_opacity = 0.9
|
|
||||||
inactive_opacity = 0.9
|
|
||||||
}
|
|
||||||
|
|
||||||
dwindle {
|
|
||||||
pseudotile = yes
|
|
||||||
preserve_split = yes
|
|
||||||
no_gaps_when_only = 1
|
|
||||||
}
|
|
||||||
|
|
||||||
master {
|
|
||||||
new_is_master = true
|
|
||||||
}
|
|
||||||
|
|
||||||
gestures {
|
|
||||||
workspace_swipe = off
|
|
||||||
}
|
|
||||||
|
|
||||||
misc {
|
|
||||||
force_default_wallpaper = 0
|
|
||||||
}
|
|
||||||
|
@ -3,7 +3,6 @@ source = programs.conf
|
|||||||
source = environment.conf
|
source = environment.conf
|
||||||
source = autostart.conf
|
source = autostart.conf
|
||||||
source = general.conf
|
source = general.conf
|
||||||
source = animations.conf
|
|
||||||
source = rules.conf
|
source = rules.conf
|
||||||
source = keys.conf
|
source = keys.conf
|
||||||
source = typing.conf
|
source = typing.conf
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" },
|
"Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" },
|
||||||
"flash.nvim": { "branch": "main", "commit": "43f67935d388fbb540f8b40e8cbfd80de54f978a" },
|
"flash.nvim": { "branch": "main", "commit": "43f67935d388fbb540f8b40e8cbfd80de54f978a" },
|
||||||
"gitsigns.nvim": { "branch": "main", "commit": "47c8e3e571376b24de62408fd0c9d12f0a9fc0a3" },
|
"gitsigns.nvim": { "branch": "main", "commit": "651d5ed082605f3ed96b0f037a768ca06ecf8fc3" },
|
||||||
"lazy.nvim": { "branch": "main", "commit": "c501b429cf995c645454539b924aaefae45bb9eb" },
|
"lazy.nvim": { "branch": "main", "commit": "bc620783663ab09d16bff9fdecc07da65b2a1528" },
|
||||||
"monokai.nvim": { "branch": "master", "commit": "b8bd44d5796503173627d7a1fc51f77ec3a08a63" },
|
"monokai.nvim": { "branch": "master", "commit": "b8bd44d5796503173627d7a1fc51f77ec3a08a63" },
|
||||||
"nvim-treesitter": { "branch": "master", "commit": "f7edd3f5f636dceebc874a59bdcf9de6a41dbc68" },
|
"nvim-treesitter": { "branch": "master", "commit": "66ae8748fd4e8550c8b17cf115c9739aea1e4067" },
|
||||||
"plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" },
|
"plenary.nvim": { "branch": "master", "commit": "a3e3bc82a3f95c5ed0d7201546d5d2c19b20d683" },
|
||||||
"telescope-project.nvim": { "branch": "master", "commit": "1aaf16580a614601a7f7077d9639aeb457dc5559" },
|
"telescope-project.nvim": { "branch": "master", "commit": "1aaf16580a614601a7f7077d9639aeb457dc5559" },
|
||||||
"telescope.nvim": { "branch": "master", "commit": "c392f1b78eaaf870ca584bd698e78076ed301b26" }
|
"telescope.nvim": { "branch": "master", "commit": "c392f1b78eaaf870ca584bd698e78076ed301b26" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user