Compare commits
No commits in common. "2aaf0d58c10854a6ba8767ba405e089101ff390e" and "857e154ececb332f24e26f2c30c9325641bb9141" have entirely different histories.
2aaf0d58c1
...
857e154ece
|
@ -20,9 +20,6 @@ change_theme() {
|
||||||
sed -i "s/iceberg_$1/iceberg_$2/" ~/.config/zathura/zathurarc
|
sed -i "s/iceberg_$1/iceberg_$2/" ~/.config/zathura/zathurarc
|
||||||
kitty +kitten themes --reload-in=all "Iceberg $(capitalize "$2")"
|
kitty +kitten themes --reload-in=all "Iceberg $(capitalize "$2")"
|
||||||
tmux source-file ~/.tmux.conf
|
tmux source-file ~/.tmux.conf
|
||||||
nvr --remote-send ":source ~/.config/nvim/init.vim <CR>"
|
|
||||||
nvr --remote-send ":set nonumber <CR>"
|
|
||||||
nvr --remote-send ":set norelativenumber <CR>"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
recolor_zathura() {
|
recolor_zathura() {
|
||||||
|
|
|
@ -248,7 +248,7 @@ exec_always {
|
||||||
for_window [app_id="mpv"] floating enable
|
for_window [app_id="mpv"] floating enable
|
||||||
for_window [app_id="imv"] floating enable
|
for_window [app_id="imv"] floating enable
|
||||||
for_window [app_id="popup"] floating enable, resize set 1280 720
|
for_window [app_id="popup"] floating enable, resize set 1280 720
|
||||||
for_window [app_id="firefox" title="^Picture-in-Picture$"] floating enable, resize set 720 480; sticky enable
|
for_window [app_id="firefox" title="^Picture-in-Picture$"] floating enable, resize set 640 480; sticky enable
|
||||||
for_window [title="(?:Open|Save) (?:File|Folder|As)"] floating enable, resize set width 1030 height 710
|
for_window [title="(?:Open|Save) (?:File|Folder|As)"] floating enable, resize set width 1030 height 710
|
||||||
# Resize zathura to 70% in tiling mode
|
# Resize zathura to 70% in tiling mode
|
||||||
for_window [app_id="org.pwmt.zathura" workspace=$workspace4] resize set width 70 ppt
|
for_window [app_id="org.pwmt.zathura" workspace=$workspace4] resize set width 70 ppt
|
||||||
|
|
Loading…
Reference in New Issue