update dotfiles
This commit is contained in:
@@ -12,7 +12,15 @@ focus_follows_mouse = true
|
||||
|
||||
# Commands to run at startup (after WAYLAND_DISPLAY is set).
|
||||
# Each entry is passed to sh -c, so full shell syntax works (pipes, &&, env vars).
|
||||
autostart = [ "vicinae server", "waybar -c ~/.config/waybar/driftwm/config.jsonc", "hiddify", "gnome-keyring-daemon --start --components=secrets"]
|
||||
autostart = [
|
||||
"vicinae server",
|
||||
"waybar -c ~/.config/waybar/driftwm/config.jsonc",
|
||||
#"hiddify",
|
||||
"gnome-keyring-daemon --start --components=secrets"
|
||||
]
|
||||
|
||||
#window_placement = "cursor"
|
||||
window_placement = "auto"
|
||||
|
||||
# Environment variables set before any clients launch.
|
||||
# Child processes (autostart, exec bindings) inherit these.
|
||||
@@ -74,9 +82,9 @@ zone = 100.0 # activation zone width (px from viewport edge)
|
||||
[zoom]
|
||||
# step = 1.1 # multiplier per keypress (1.1 = 10% per press)
|
||||
# fit_padding = 100.0 # canvas px padding for zoom-to-fit
|
||||
# reset_on_new_window = true # animate zoom to 1.0 when a new window is mapped
|
||||
reset_on_new_window = false # animate zoom to 1.0 when a new window is mapped
|
||||
# # (false = keep current zoom, pan only)
|
||||
# reset_on_activation = true # animate zoom to 1.0 when an off-screen window
|
||||
reset_on_activation = false # animate zoom to 1.0 when an off-screen window
|
||||
# # requests focus
|
||||
# # (false = keep current zoom, pan only)
|
||||
|
||||
@@ -176,11 +184,12 @@ tile_path = "/home/krosh/Downloads/loop-pile-carpet-hexagonal-2400-mm-architextu
|
||||
"ctrl+space" = "exec vicinae toggle"
|
||||
#"mod+d" = "exec vicinae toggle"
|
||||
"mod+e" = "exec nemo"
|
||||
"mod+s" = "exec spotify"
|
||||
"ctrl+5" = "exec Telegram"
|
||||
# "mod+d" = "exec "
|
||||
# "mod+q" = "close-window"
|
||||
# "mod+f" = "toggle-fullscreen"
|
||||
# "mod+m" = "fit-window"
|
||||
"mod+d" = "fit-window"
|
||||
# "mod+c" = "center-window"
|
||||
# "mod+x" = "focus-center"
|
||||
# "mod+a" = "home-toggle"
|
||||
@@ -323,11 +332,18 @@ tile_path = "/home/krosh/Downloads/loop-pile-carpet-hexagonal-2400-mm-architextu
|
||||
name = "HDMI-A-2"
|
||||
#scale = 1.0
|
||||
#mode = "1920x1080@60"
|
||||
position = [0, 0]
|
||||
position = [0, 0]
|
||||
|
||||
[[outputs]]
|
||||
name = "eDP-1" # connector name (required)
|
||||
position = [1920, 0]
|
||||
position = [1920, 0]
|
||||
|
||||
|
||||
[[outputs]]
|
||||
name = "DP-5"
|
||||
#scale = 1.0
|
||||
#mode = "1920x1080@60"
|
||||
position = [0, 0]
|
||||
|
||||
# Window rules: match windows by app_id and/or title and apply overrides.
|
||||
# At least one of app_id or title is required. Both support * glob.
|
||||
|
||||
Reference in New Issue
Block a user