No known key found for this signature in database
GPG Key ID: 6DEED612B26C08E2
4 changed files with
6 additions and
4 deletions
-
dot_config/fish/config.fish.tmpl
-
dot_config/i3/config.tmpl
-
dot_config/kitty/kitty.conf
-
dot_config/ranger/rc.conf.tmpl
|
|
@ -97,7 +97,7 @@ set -x DB_NAME "covid_monitor" |
|
|
|
|
|
|
|
set -x FULLNODE_API_INFO wss://api.chain.love |
|
|
|
|
|
|
|
set -x IPAD_IMG 17 |
|
|
|
set -x IPAD_IMG 18 |
|
|
|
|
|
|
|
# ]]] universal var's # |
|
|
|
|
|
|
|
|
|
@ -373,7 +373,8 @@ workspace $ws4 output $secondary |
|
|
|
# bindsym $mod+F4 workspace $ws4; exec $term |
|
|
|
# bindsym Control+Shift+F4 workspace $ws4; exec $term -e fish -c 'tmux-attach misc' |
|
|
|
bindsym $mod+F4 workspace $ws4; exec $term -e fish -c 'tmux-attach misc' |
|
|
|
bindsym Mod4+$mod+F4 workspace $ws4; exec urxvt -e ranger $screenshot_folder |
|
|
|
# bindsym Mod4+$mod+F4 workspace $ws4; exec urxvt -e ranger $screenshot_folder |
|
|
|
bindsym Mod4+$mod+F4 workspace $ws4; exec kitty ranger $screenshot_folder |
|
|
|
bindsym Mod4+e workspace $ws4; exec libreoffice ~/Documents/expenses/investments.ods |
|
|
|
bindsym Mod4+g workspace $ws4; layout tabbed; exec gimp |
|
|
|
|
|
|
|
|
|
@ -8,6 +8,7 @@ background_opacity .9 |
|
|
|
clipboard_control write-clipboard write-primary |
|
|
|
enable_audio_bell no |
|
|
|
|
|
|
|
|
|
|
|
# font |
|
|
|
cursor_blink_interval 0 |
|
|
|
# font_size 12.5 |
|
|
|
|
|
@ -669,8 +669,8 @@ set preview_images true |
|
|
|
# whole terminal window. |
|
|
|
# set preview_images_method w3m |
|
|
|
# set preview_images_method ueberzug |
|
|
|
# set preview_images_method kitty |
|
|
|
set preview_images_method urxvt |
|
|
|
set preview_images_method kitty |
|
|
|
# set preview_images_method urxvt |
|
|
|
# set preview_images_method urxvt-full |
|
|
|
|
|
|
|
# ]]] image preview # |
|
|
|