Late April Update
This commit is contained in:
parent
2d7feede1a
commit
acb7ab379d
@ -2,10 +2,10 @@
|
|||||||
# VERSION: 3.0
|
# VERSION: 3.0
|
||||||
SETUVAR --export GTK_IM_MODULE:ibus
|
SETUVAR --export GTK_IM_MODULE:ibus
|
||||||
SETUVAR --export QT_IM_MODULE:ibus
|
SETUVAR --export QT_IM_MODULE:ibus
|
||||||
SETUVAR --export SSH_AGENT_PID:1235
|
SETUVAR --export SSH_AGENT_PID:1262
|
||||||
SETUVAR --export SSH_AUTH_SOCK:/tmp/ssh\x2dXXXXXXRu0Qxq/agent\x2e1234
|
SETUVAR --export SSH_AUTH_SOCK:/tmp/ssh\x2dXXXXXXOEdXXn/agent\x2e1261
|
||||||
SETUVAR --export XMODIFIERS:\x40im\x3dibus
|
SETUVAR --export XMODIFIERS:\x40im\x3dibus
|
||||||
SETUVAR __fish_initialized:3100
|
SETUVAR __fish_initialized:3400
|
||||||
SETUVAR fish_color_autosuggestion:93a1a1
|
SETUVAR fish_color_autosuggestion:93a1a1
|
||||||
SETUVAR fish_color_cancel:\x2dr
|
SETUVAR fish_color_cancel:\x2dr
|
||||||
SETUVAR fish_color_command:586e75
|
SETUVAR fish_color_command:586e75
|
||||||
@ -34,3 +34,4 @@ SETUVAR fish_pager_color_completion:green
|
|||||||
SETUVAR fish_pager_color_description:B3A06D
|
SETUVAR fish_pager_color_description:B3A06D
|
||||||
SETUVAR fish_pager_color_prefix:cyan\x1e\x2d\x2dunderline
|
SETUVAR fish_pager_color_prefix:cyan\x1e\x2d\x2dunderline
|
||||||
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan
|
||||||
|
SETUVAR fish_pager_color_selected_background:\x2dr
|
||||||
|
@ -1 +0,0 @@
|
|||||||
114070
|
|
@ -1,6 +1,6 @@
|
|||||||
auto-reload yes
|
auto-reload yes
|
||||||
browser "firefox --new-tab %u"
|
browser "firefox --new-tab %u"
|
||||||
max-items 50
|
max-items 1000
|
||||||
|
|
||||||
# unbind keys
|
# unbind keys
|
||||||
unbind-key ENTER
|
unbind-key ENTER
|
||||||
|
@ -5,3 +5,4 @@ https://medium.com/feed/better-programming "Technology"
|
|||||||
https://protesilaos.com/codelog.xml "Technology"
|
https://protesilaos.com/codelog.xml "Technology"
|
||||||
https:///notrelated.xyz/rss.xml "Politics"
|
https:///notrelated.xyz/rss.xml "Politics"
|
||||||
https://hnrss.org/frontpage "Technology"
|
https://hnrss.org/frontpage "Technology"
|
||||||
|
https://drewdevault.com/blog/index.xml "Technology"
|
||||||
|
@ -18,7 +18,7 @@ exec udiskie
|
|||||||
exec wlsunset -l 45.6 -L -73.5 -g 0.8
|
exec wlsunset -l 45.6 -L -73.5 -g 0.8
|
||||||
|
|
||||||
# bspwm throw back
|
# bspwm throw back
|
||||||
exec autotiling
|
exec /home/minhradz/.local/bin/autotiling
|
||||||
|
|
||||||
# window manager
|
# window manager
|
||||||
exec env RUST_BACKTRACE=1 swayrd > /tmp/swayrd.log 2>&1
|
exec env RUST_BACKTRACE=1 swayrd > /tmp/swayrd.log 2>&1
|
||||||
@ -82,9 +82,9 @@ for_window [title="Firefox — Sharing Indicator"] floating enable
|
|||||||
for_window [title="Firefox — Sharing Indicator"] nofocus
|
for_window [title="Firefox — Sharing Indicator"] nofocus
|
||||||
for_window [app_id="mpv"] inhibit_idle visible; border none; max_render_time off
|
for_window [app_id="mpv"] inhibit_idle visible; border none; max_render_time off
|
||||||
for_window [app_id="soffice.bin"] inhibit_idle visible; border none; max_render_time off
|
for_window [app_id="soffice.bin"] inhibit_idle visible; border none; max_render_time off
|
||||||
for_window [class="firefox"] inhibit_idle fullscreen; max_render_time off
|
|
||||||
for_window [app_id="firefox"] inhibit_idle fullscreen; max_render_time off
|
for_window [app_id="firefox"] inhibit_idle fullscreen; max_render_time off
|
||||||
for_window [app_id="jellyfinmediaplayer"] inhibit_idle fullscreen; max_render_time off
|
for_window [app_id="jellyfinmediaplayer"] inhibit_idle fullscreen; max_render_time off
|
||||||
|
for_window [app_id="zathura"] inhibit_idle visible; max_render_time off
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user