latest config
This commit is contained in:
@@ -15,8 +15,10 @@ focus_follows_mouse = true
|
|||||||
autostart = [
|
autostart = [
|
||||||
"vicinae server",
|
"vicinae server",
|
||||||
"waybar -c ~/.config/waybar/driftwm/config.jsonc",
|
"waybar -c ~/.config/waybar/driftwm/config.jsonc",
|
||||||
#"hiddify",
|
"hiddify",
|
||||||
"gnome-keyring-daemon --start --components=secrets"
|
"gnome-keyring-daemon --start --components=secrets",
|
||||||
|
"aw-qt --no-gui &"
|
||||||
|
#"zen-browser --blank-window http://h2.kr0sh.ru:5120"
|
||||||
]
|
]
|
||||||
|
|
||||||
#window_placement = "cursor"
|
#window_placement = "cursor"
|
||||||
@@ -129,7 +131,12 @@ enabled = true # magnetic edge snapping during window drag
|
|||||||
# opacity = 0.5 # 0.0–1.0
|
# opacity = 0.5 # 0.0–1.0
|
||||||
|
|
||||||
[background]
|
[background]
|
||||||
tile_path = "/home/krosh/Downloads/loop-pile-carpet-hexagonal-2400-mm-architextures.jpg"
|
type = "tile"
|
||||||
|
#mirror_tile = true
|
||||||
|
#tile_path = "/home/krosh/Downloads/loop-pile-carpet-hexagonal-2400-mm-architextures.jpg"
|
||||||
|
path = "/home/krosh/Downloads/loop-pile-carpet-hexagonal-2400-mm-architextures.jpg"
|
||||||
|
#path = "/home/krosh/Pictures/Wallpapers/SFW/wallpaper20251127215007_3.png"
|
||||||
|
#path = "/home/krosh/Pictures/Wallpapers/wallhaven-qr327r.png"
|
||||||
#tile_path = "/home/krosh/Downloads/calacatta-vena-2200-mm-architextures-photoaidcom-invert.jpg"
|
#tile_path = "/home/krosh/Downloads/calacatta-vena-2200-mm-architextures-photoaidcom-invert.jpg"
|
||||||
#tile_path = "/home/krosh/Pictures/Wallpapers/wallhaven-7pmkj3.png"
|
#tile_path = "/home/krosh/Pictures/Wallpapers/wallhaven-7pmkj3.png"
|
||||||
#tile_path = "~/Pictures/Wallpapers/wallhaven-yx1zdk.png" # tiled image (mutually exclusive with shader)
|
#tile_path = "~/Pictures/Wallpapers/wallhaven-yx1zdk.png" # tiled image (mutually exclusive with shader)
|
||||||
@@ -181,6 +188,8 @@ tile_path = "/home/krosh/Downloads/loop-pile-carpet-hexagonal-2400-mm-architextu
|
|||||||
"mod+return" = "exec kitty"
|
"mod+return" = "exec kitty"
|
||||||
"ctrl+return" = "exec kitty"
|
"ctrl+return" = "exec kitty"
|
||||||
"mod+w" = "exec zen-browser"
|
"mod+w" = "exec zen-browser"
|
||||||
|
"mod+h" = "exec /home/krosh/Apps/hermes-desktop"
|
||||||
|
#"mod+]" = "exec hermes desktop"
|
||||||
"ctrl+space" = "exec vicinae toggle"
|
"ctrl+space" = "exec vicinae toggle"
|
||||||
#"mod+d" = "exec vicinae toggle"
|
#"mod+d" = "exec vicinae toggle"
|
||||||
"mod+e" = "exec nemo"
|
"mod+e" = "exec nemo"
|
||||||
@@ -212,10 +221,10 @@ tile_path = "/home/krosh/Downloads/loop-pile-carpet-hexagonal-2400-mm-architextu
|
|||||||
# "mod+0" = "zoom-reset"
|
# "mod+0" = "zoom-reset"
|
||||||
# "mod+z" = "zoom-reset"
|
# "mod+z" = "zoom-reset"
|
||||||
# "mod+w" = "zoom-to-fit"
|
# "mod+w" = "zoom-to-fit"
|
||||||
"mod+1" = "go-to -2000 2000" # top-left bookmark
|
"mod+1" = "go-to -20000 20000" # top-left bookmark
|
||||||
"mod+2" = "go-to 2000 2000" # top-right bookmark
|
"mod+2" = "go-to 20000 20000" # top-right bookmark
|
||||||
"mod+3" = "go-to 2000 -2000" # bottom-right bookmark
|
"mod+3" = "go-to 20000 -20000" # bottom-right bookmark
|
||||||
"mod+4" = "go-to -2000 -2000" # bottom-left bookmark
|
"mod+4" = "go-to -20000 -20000" # bottom-left bookmark
|
||||||
#"mod+1" = "go-to -1750 1750" # top-left bookmark
|
#"mod+1" = "go-to -1750 1750" # top-left bookmark
|
||||||
#"mod+2" = "go-to 1750 1750" # top-right bookmark
|
#"mod+2" = "go-to 1750 1750" # top-right bookmark
|
||||||
#"mod+3" = "go-to 1750 -1750" # bottom-right bookmark
|
#"mod+3" = "go-to 1750 -1750" # bottom-right bookmark
|
||||||
@@ -338,6 +347,11 @@ position = [0, 0]
|
|||||||
name = "eDP-1" # connector name (required)
|
name = "eDP-1" # connector name (required)
|
||||||
position = [1920, 0]
|
position = [1920, 0]
|
||||||
|
|
||||||
|
[[outputs]]
|
||||||
|
name = "DP-2"
|
||||||
|
#scale = 1.0
|
||||||
|
#mode = "1920x1080@60"
|
||||||
|
position = [0, 0]
|
||||||
|
|
||||||
[[outputs]]
|
[[outputs]]
|
||||||
name = "DP-5"
|
name = "DP-5"
|
||||||
|
|||||||
@@ -3,15 +3,20 @@ export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
|
|||||||
if test (tty) = "/dev/tty1"
|
if test (tty) = "/dev/tty1"
|
||||||
set LOG_FOLDER .log/$(date +%Y%m%d)
|
set LOG_FOLDER .log/$(date +%Y%m%d)
|
||||||
mkdir -p $LOG_FOLDER
|
mkdir -p $LOG_FOLDER
|
||||||
syncthing 2>&1 > $LOG_FOLDER/syncthing.log & disown
|
syncthing 2>&1 >> $LOG_FOLDER/syncthing.log & disown
|
||||||
exec driftwm
|
exec driftwm 2>&1 >> $LOG_FOLDER/driftwm.log
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
alias ls="eza --icons --group-directories-first"
|
alias ls="eza --icons --group-directories-first"
|
||||||
alias c="clear"
|
alias c="clear"
|
||||||
alias cc="cybervis -m neural -c arctic -s 5 -d 8 --no-status"
|
alias cybervis ="cybervis -m neural -c arctic -s 5 -d 8 --no-status"
|
||||||
|
alias watch="watch -twn1"
|
||||||
|
alias h="herdr"
|
||||||
|
alias z="zeditor"
|
||||||
|
alias note="nvim $(mktemp | tee ~/.note) && cat ~/.note"
|
||||||
|
alias git_krosh='set origin (git remote get-url origin); and set repo (basename "$origin" .git); and begin; git config --unset-all remote.origin.pushurl; or true; end; and git remote set-url --add --push origin "$origin"; and git remote set-url --add --push origin "git@git.krosh.dev:krosh/$repo.git"; and git push'
|
||||||
|
|
||||||
function __ls_after_cd --on-variable PWD
|
function __ls_after_cd --on-variable PWD
|
||||||
ls
|
ls
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
# Font Configuration
|
# Font Configuration
|
||||||
font_size 12.0
|
font_size 12.0
|
||||||
|
|
||||||
|
background_image /home/krosh/Pictures/Wallpapers/wallhaven-qr327r.png
|
||||||
|
#background_image /home/krosh/Pictures/Wallpapers/wallhaven-ml16ky.jpg
|
||||||
|
# background_image /home/krosh/Pictures/Wallpapers/wallhaven-7j1wxe.png
|
||||||
|
background_image_layout cscaled
|
||||||
|
background_tint 0.75
|
||||||
|
|
||||||
# Window Configuration
|
# Window Configuration
|
||||||
window_padding_width 12
|
window_padding_width 12
|
||||||
background_opacity 1.0
|
background_opacity 1.0
|
||||||
|
|||||||
@@ -268,6 +268,7 @@ format = " [buf](italic) [$symbol $version $buf_version]($style)"
|
|||||||
[c]
|
[c]
|
||||||
symbol = "ℂ "
|
symbol = "ℂ "
|
||||||
format = " [$symbol($version(-$name))]($style)"
|
format = " [$symbol($version(-$name))]($style)"
|
||||||
|
disabled = true
|
||||||
|
|
||||||
[cpp]
|
[cpp]
|
||||||
symbol = "ℂ "
|
symbol = "ℂ "
|
||||||
|
|||||||
Reference in New Issue
Block a user