endos-related tweaks
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
input type:tablet_tool map_to_region 2560 0 2560 1440
|
||||||
|
|
||||||
output DP-1 resolution 5120x1440
|
output DP-1 resolution 5120x1440
|
||||||
|
|
||||||
# switch to workspace
|
# switch to workspace
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
input type:touchpad {
|
input type:touchpad {
|
||||||
pointer_accel 0.4
|
pointer_accel 0.4
|
||||||
}
|
}
|
||||||
|
bindswitch tablet:on busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true
|
||||||
|
|||||||
@@ -41,11 +41,12 @@ installmap = dict(
|
|||||||
"git-delta",
|
"git-delta",
|
||||||
"starship",
|
"starship",
|
||||||
"zoxide",
|
"zoxide",
|
||||||
|
"bat",
|
||||||
),
|
),
|
||||||
tmux=("tmux", "urlscan"),
|
tmux=("tmux", "urlscan"),
|
||||||
nvim=("neovim", "ripgrep"),
|
nvim=("neovim", "ripgrep"),
|
||||||
utils=("uv", "bat", "ncdu", "unzip", "jq"),
|
utils=("uv", "bat", "ncdu", "unzip", "jq"),
|
||||||
gittools=("tig", "diff-so-fancy", "git-secret", "git-delta", "git-lfs", "lazygit"),
|
gittools=("tig", "diff-so-fancy", "git-secret", "git-delta", "git-lfs", "lazygit", "bat"),
|
||||||
pdftools=("sioyek", "zathura", "zathura-pdf-mupdf", "zathura-djvu", "zathura-ps"),
|
pdftools=("sioyek", "zathura", "zathura-pdf-mupdf", "zathura-djvu", "zathura-ps"),
|
||||||
media=("vlc", "mpv", "protobuf", "yt-dlp", "quodlibet", "qimgv"),
|
media=("vlc", "mpv", "protobuf", "yt-dlp", "quodlibet", "qimgv"),
|
||||||
filebrowsers=("pcmanfm", "yazi", "ranger", "zoxide", "eza"),
|
filebrowsers=("pcmanfm", "yazi", "ranger", "zoxide", "eza"),
|
||||||
|
|||||||
@@ -9,8 +9,6 @@ input type:keyboard {
|
|||||||
xkb_layout "us"
|
xkb_layout "us"
|
||||||
xkb_variant "altgr-weur"
|
xkb_variant "altgr-weur"
|
||||||
xkb_options "caps:escape"
|
xkb_options "caps:escape"
|
||||||
repeat_delay 400
|
|
||||||
repeat_rate 30
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input type:mouse {
|
input type:mouse {
|
||||||
|
|||||||
@@ -22,12 +22,12 @@ for_window [shell="xdg_shell"] title_format "%title (%app_id)"
|
|||||||
for_window [shell="x_wayland"] title_format "%class - %title"
|
for_window [shell="x_wayland"] title_format "%class - %title"
|
||||||
|
|
||||||
# class border bground text indicator child_border
|
# class border bground text indicator child_border
|
||||||
client.focused #6272A4 #6272A4 #F8F8F2 #6272A4 #6272A4
|
client.focused #556064 #F9CE5C #000000 #FDF6E3 #FDF6E3
|
||||||
client.focused_inactive #44475A #44475A #F8F8F2 #44475A #44475A
|
client.focused_inactive #CB4B16 #2F3D44 #1ABC9C #454948 #454948
|
||||||
client.unfocused #282A36 #282A36 #BFBFBF #282A36 #282A36
|
client.unfocused #556064 #2F3D44 #1ABC9C #454948 #454948
|
||||||
client.urgent #44475A #FF5555 #F8F8F2 #FF5555 #FF5555
|
client.urgent #CB4B16 #FDF6E3 #1ABC9C #268BD2 #268BD2
|
||||||
client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
|
client.placeholder #000000 #0C0C0C #ffffff #000000 #000000
|
||||||
client.background #F8F8F2
|
client.background #2B2C2B
|
||||||
|
|
||||||
#
|
#
|
||||||
# Status Bar:
|
# Status Bar:
|
||||||
|
|||||||
Reference in New Issue
Block a user