Skip to content

SylEleuth/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Configuration Files

Screenshot_20240408_141802

More info:
  • Config files are located in a different repo. It's still for 5.27 version but it should be usable in version 6.0 and above, although not tested yet.
  • Icon pack is a Gruvbox Plus.
  • Krunner config is here. To position it like in the screenshot You have to add custom Window Rules in KDE settings (Size & Position).
  • Wallpaper by Hua Lu

Screenshot_20240408_142014

Screenshot_20240408_165123

Screenshot_20240406_211455

More info: Vifm is a file manager with vim key bindings. I use it in a kitty opened in a "scratchpad" with tdrop.

tdrop -maA -w 50% -h 54% -y 46% --monitor DisplayPort-0 kitty --name "dropdown" --config $CONFIG/kitty/kitty-dropdown.conf --session $CONFIG/kitty/startup.conf

What You see on a screenshot takes a little over than half of the 1920x1080 display.

  • -w - 50% of display's width
  • -h - 54% of display's height
  • -y - opens 46% (approx. 497px) from the top of the display (default 0 for -x)
  • I'm using two monitors so I had to specify which display to use
  • config is a little different comparing to main kitty config (very small details)