Compare commits
No commits in common. "8349c6e607fdd3c7c07d2fce66f92bd27a2376a1" and "1f972af8661872ec56905d6773573e041d7f84b1" have entirely different histories.
8349c6e607
...
1f972af866
6 changed files with 22 additions and 28 deletions
|
@ -1,10 +1,6 @@
|
|||
if test -f /usr/share/fzf/key-bindings.fish
|
||||
source /usr/share/fzf/key-bindings.fish
|
||||
else
|
||||
source /usr/share/fzf/fzf-key-bindings.fish
|
||||
end
|
||||
set FZF_ALT_C_COMMAND "
|
||||
command find -L \$dir -mindepth 1 \\( -path \$dir'*/\\.*' \\) -prune \
|
||||
-o -type d -print 2> /dev/null | sed 's@^\./@@'"
|
||||
fzf_key_bindings
|
||||
bind \cr history-pager
|
||||
# if test -f /usr/share/fzf/key-bindings.fish
|
||||
# source /usr/share/fzf/key-bindings.fish
|
||||
# else
|
||||
# source /usr/share/fzf/fzf-key-bindings.fish
|
||||
# end
|
||||
# fzf_key_bindings
|
||||
|
|
|
@ -82,10 +82,10 @@
|
|||
<!-- Set default monospace font -->
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer><family>SF Mono</family></prefer>
|
||||
<prefer><family>JetBrains Mono</family></prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>SF Mono</family>
|
||||
<family>JetBrains Mono</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ general {
|
|||
}
|
||||
|
||||
#order += "ipv6"
|
||||
#order += "memory"
|
||||
order += "memory"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
order += "battery all"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
font_size 16
|
||||
font_family SF Mono
|
||||
font_size 16.25
|
||||
font_family JetBrains Mono
|
||||
#modify_font cell_width 90%
|
||||
|
||||
map ctrl+shift+n new_os_window_with_cwd
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include ~/.cache/themer.lua/sway-colors
|
||||
set $background #000000
|
||||
set $backgroundish #333333
|
||||
set $backgroundish #26233a
|
||||
set $muted #6e6a86
|
||||
set $foreground #dddddd
|
||||
set $accent #eb6f92
|
||||
|
@ -18,7 +18,7 @@ set $term kitty --single-instance
|
|||
# Your preferred application launcher
|
||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||
# on the original workspace that the command was run on.
|
||||
set $menu ~/.local/bin/fuzzel-run
|
||||
set $menu fuzzel-run
|
||||
|
||||
font Inter Medium 11
|
||||
|
||||
|
@ -30,11 +30,11 @@ output * background "/home/diablo/Pictures/Sync Pictures/Wosito Wallpapers/conta
|
|||
# Example configuration:
|
||||
#
|
||||
exec swayidle -w \
|
||||
timeout 420 '~/.local/bin/lock' \
|
||||
timeout 420 'lock' \
|
||||
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep '~/.local/bin/lock'
|
||||
bindsym $mod+p exec ~/.local/bin/lock
|
||||
bindsym $mod+Shift+p exec "~/.local/bin/lock && doas su -c 'echo mem > /sys/power/state'"
|
||||
before-sleep 'lock'
|
||||
bindsym $mod+p exec lock
|
||||
bindsym $mod+Shift+p exec "lock && doas su -c 'echo mem > /sys/power/state'"
|
||||
|
||||
### Input configuration
|
||||
#
|
||||
|
@ -42,7 +42,6 @@ input * {
|
|||
repeat_delay 290
|
||||
repeat_rate 30
|
||||
natural_scroll on
|
||||
xkb_layout us
|
||||
xkb_variant altgr-intl
|
||||
xkb_options caps:escape
|
||||
|
||||
|
@ -223,9 +222,9 @@ bar {
|
|||
}
|
||||
}
|
||||
|
||||
client.focused #0353A4 #0353A4 #eeeeee #3799FB
|
||||
client.focused $foreground $foreground $background $accent
|
||||
client.focused_inactive $muted $muted $background
|
||||
client.unfocused $backgroundish $backgroundish $foreground
|
||||
client.unfocused $background $background $foreground
|
||||
titlebar_border_thickness 1
|
||||
|
||||
bindsym $mod+z exec swaync-client --close-latest
|
||||
|
@ -246,7 +245,7 @@ bindsym --locked XF86AudioNext exec 'playerctl next'
|
|||
bindsym --locked XF86MonBrightnessUp exec 'brillo -u 150000 -A 5; brillo -O'
|
||||
bindsym --locked XF86MonBrightnessDown exec 'brillo -u 150000 -U 5; brillo -O'
|
||||
|
||||
default_border pixel 5
|
||||
default_border pixel 4
|
||||
|
||||
focus_follows_mouse no
|
||||
|
||||
|
@ -267,7 +266,6 @@ for_window [title="https:\/\/[a-z]+.zulipchat.com - "] layout tabbed
|
|||
for_window [app_id="neomutt"] layout tabbed
|
||||
for_window [app_id="telegram-desktop"] layout tabbed
|
||||
|
||||
exec "pgrep -U $(id -u) runsv >/dev/null || runsvdir ~/.local/share/service ............."
|
||||
exec brillo -I
|
||||
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||
exec /usr/libexec/pipewire-launcher
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#!/bin/sh
|
||||
. ~/.cache/themer.lua/fuzzel
|
||||
. ~/.profile
|
||||
|
||||
exec fuzzel \
|
||||
--terminal=footclient \
|
||||
--font='monospace:pixelsize=22' \
|
||||
--prompt='➦ ' \
|
||||
--width=40 \
|
||||
--background=${background}ff \
|
||||
--text-color=${foreground}ff \
|
||||
|
|
Loading…
Reference in a new issue