Compare commits
2 Commits
857e154ece
...
2aaf0d58c1
Author | SHA1 | Date |
---|---|---|
coolneng | 2aaf0d58c1 | |
coolneng | 37a26b83d3 |
|
@ -20,6 +20,9 @@ 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 640 480; sticky enable
|
for_window [app_id="firefox" title="^Picture-in-Picture$"] floating enable, resize set 720 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