├── .Xdefaults ├── .bash_profile ├── .bashrc ├── .config ├── alacritty │ └── alacritty.toml ├── awesome │ ├── default_bak.lua │ ├── lib │ │ ├── flash_focus.lua │ │ ├── menubar │ │ │ ├── icon_theme.lua │ │ │ ├── index_theme.lua │ │ │ ├── init.lua │ │ │ ├── menu_gen.lua │ │ │ └── utils.lua │ │ └── util.lua │ ├── rc.lua │ ├── rc.lua.bak │ └── theme │ │ ├── icons │ │ ├── close.svg │ │ ├── dashboard.svg │ │ ├── down.svg │ │ ├── floating.svg │ │ ├── hide.svg │ │ ├── minimize.svg │ │ ├── remove.svg │ │ ├── space_dashboard.svg │ │ ├── up.svg │ │ └── view_quilt.svg │ │ ├── theme.lua │ │ ├── titlebar │ │ ├── close_focus.png │ │ ├── close_normal.png │ │ ├── floating_focus_active.png │ │ ├── floating_focus_inactive.png │ │ ├── floating_normal_active.png │ │ ├── floating_normal_inactive.png │ │ ├── maximized_focus_active.png │ │ ├── maximized_focus_inactive.png │ │ ├── maximized_normal_active.png │ │ ├── maximized_normal_inactive.png │ │ ├── ontop_focus_active.png │ │ ├── ontop_focus_inactive.png │ │ ├── ontop_normal_active.png │ │ ├── ontop_normal_inactive.png │ │ ├── sticky_focus_active.png │ │ ├── sticky_focus_inactive.png │ │ ├── sticky_normal_active.png │ │ └── sticky_normal_inactive.png │ │ └── wallpaper │ │ ├── 8o3o7k.jpg │ │ ├── aleks-dahlberg-OUtc-eJ9fHw-unsplash.jpg │ │ ├── blurrywave.png │ │ ├── ceschi.png │ │ ├── circuit.png │ │ ├── dark_night.jpg │ │ ├── decay.png │ │ ├── decay2.jpg │ │ ├── decay3.png │ │ ├── decay4.png │ │ ├── dokja.jpg │ │ ├── flowers.jpg │ │ ├── hans3l.png │ │ ├── image.png │ │ ├── ink.png │ │ ├── lake.png │ │ ├── mono.jpg │ │ ├── mountains.jpg │ │ ├── paradise.png │ │ ├── popo.png │ │ ├── sand.jpg │ │ ├── splashingwave.png │ │ ├── stairway-to-heaven-2560×1600.jpg │ │ ├── strider.png │ │ ├── sword.jpg │ │ ├── vim.png │ │ ├── wallp.jpg │ │ ├── wallpaper.jpg │ │ └── wallpaper.png ├── berry │ ├── alacritty.yml │ ├── autostart │ ├── scripts │ │ └── info.sh │ └── sxhkdrc ├── bspwm │ ├── bspwmrc │ └── sxhkdrc ├── cava │ ├── README.md │ ├── assets │ │ └── demonstration.png │ └── config ├── dunst │ └── dunstrc ├── dwm │ ├── LICENSE │ ├── Makefile │ ├── README │ ├── config.def.h │ ├── config.h │ ├── config.mk │ ├── drw.c │ ├── drw.h │ ├── drw.o │ ├── dwm-preserveonrestart-6.3.diff │ ├── dwm.1 │ ├── dwm.c │ ├── dwm.desktop │ ├── dwm.o │ ├── dwm.png │ ├── patch │ │ ├── bar.c │ │ ├── bar.h │ │ ├── bar_indicators.c │ │ ├── bar_indicators.h │ │ ├── bar_ltsymbol.c │ │ ├── bar_ltsymbol.h │ │ ├── bar_status.c │ │ ├── bar_status.h │ │ ├── bar_status2d.c │ │ ├── bar_status2d.h │ │ ├── bar_statusbutton.c │ │ ├── bar_statusbutton.h │ │ ├── bar_systray.c │ │ ├── bar_systray.h │ │ ├── bar_tagicons.c │ │ ├── bar_tagicons.h │ │ ├── bar_tags.c │ │ ├── bar_tags.h │ │ ├── bar_winicon.c │ │ ├── bar_winicon.h │ │ ├── bar_wintitle.c │ │ ├── bar_wintitle.h │ │ ├── cfacts.c │ │ ├── cfacts.h │ │ ├── cool_autostart.c │ │ ├── cool_autostart.h │ │ ├── dragcfact.c │ │ ├── dragcfact.h │ │ ├── dragmfact.c │ │ ├── dragmfact.h │ │ ├── include.c │ │ ├── include.h │ │ ├── ipc │ │ │ ├── IPCClient.h │ │ │ ├── dwm-msg.c │ │ │ └── yajl_dumps.h │ │ ├── layout_facts.c │ │ ├── layout_monocle.c │ │ ├── layout_monocle.h │ │ ├── layout_tile.c │ │ ├── layout_tile.h │ │ ├── moveplace.c │ │ ├── moveplace.h │ │ ├── moveresize.c │ │ ├── moveresize.h │ │ ├── movestack.c │ │ ├── movestack.h │ │ ├── pertag.c │ │ ├── pertag.h │ │ ├── restartsig.c │ │ ├── restartsig.h │ │ ├── swallow.c │ │ ├── swallow.h │ │ ├── vanitygaps.c │ │ └── vanitygaps.h │ ├── transient.c │ ├── util.c │ ├── util.h │ └── util.o ├── fish │ ├── config │ ├── config.fish │ └── fish_variables ├── herbstluftwm │ ├── autostart │ ├── backup │ └── dark-wave-ocean-muted.png ├── hypr │ └── hyprland.conf ├── nvim │ ├── .github │ │ └── FUNDING.yml │ ├── .gitignore │ ├── README.md │ ├── init.lua │ └── lua │ │ └── user │ │ ├── alpha.lua │ │ ├── autocommands.lua │ │ ├── autopairs.lua │ │ ├── bufferline.lua │ │ ├── cmp.lua │ │ ├── colorscheme.lua │ │ ├── comment.lua │ │ ├── dap.lua │ │ ├── gitsigns.lua │ │ ├── illuminate.lua │ │ ├── impatient.lua │ │ ├── indentline.lua │ │ ├── keymaps.lua │ │ ├── lsp │ │ ├── handlers.lua │ │ ├── init.lua │ │ ├── mason.lua │ │ ├── null-ls.lua │ │ └── settings │ │ │ ├── pyright.lua │ │ │ └── sumneko_lua.lua │ │ ├── lualine.lua │ │ ├── nvim-tree.lua │ │ ├── options.lua │ │ ├── plugins.lua │ │ ├── project.lua │ │ ├── telescope.lua │ │ ├── toggleterm.lua │ │ └── treesitter.lua ├── polybar │ ├── config.ini │ └── scripts │ │ ├── tasklist.sh │ │ └── tasklist.sh.bak ├── rofi │ ├── config.rasi │ └── themes │ │ ├── dracula.rasi │ │ ├── everblush.rasi │ │ ├── forest.rasi │ │ ├── gruv.rasi │ │ ├── nord.rasi │ │ └── onedark.rasi ├── spectrwm │ ├── baraction.sh │ ├── baraction.sh.bak │ ├── spectrwm.conf │ └── wallpaper.jpg ├── starship │ ├── starship.toml │ └── starship.toml.bak ├── tint2 │ ├── backup │ │ ├── tint2rc │ │ └── tint2rc.bak │ ├── leftrc │ ├── rightrc │ └── tint2rcstyled ├── waybar │ ├── config.jsonc │ ├── style.css │ └── style.css.bak └── worm │ ├── alacritty.yml │ ├── assets │ ├── close.png │ ├── maximize.png │ ├── minimize.png │ └── swind │ ├── rc │ └── sxhkdrc ├── .stowrcbak ├── Bin ├── Hyprland ├── bunnyfetch ├── cfetch ├── diyfetch ├── hyprctl ├── panes ├── record ├── screenshot └── vps ├── README.md ├── preview-awesome.png ├── preview-dwm.png ├── preview-herbstluft.png └── preview-spectrwm.png /.Xdefaults: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.Xdefaults -------------------------------------------------------------------------------- /.bash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.bash_profile -------------------------------------------------------------------------------- /.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.bashrc -------------------------------------------------------------------------------- /.config/alacritty/alacritty.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/alacritty/alacritty.toml -------------------------------------------------------------------------------- /.config/awesome/default_bak.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/default_bak.lua -------------------------------------------------------------------------------- /.config/awesome/lib/flash_focus.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/lib/flash_focus.lua -------------------------------------------------------------------------------- /.config/awesome/lib/menubar/icon_theme.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/lib/menubar/icon_theme.lua -------------------------------------------------------------------------------- /.config/awesome/lib/menubar/index_theme.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/lib/menubar/index_theme.lua -------------------------------------------------------------------------------- /.config/awesome/lib/menubar/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/lib/menubar/init.lua -------------------------------------------------------------------------------- /.config/awesome/lib/menubar/menu_gen.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/lib/menubar/menu_gen.lua -------------------------------------------------------------------------------- /.config/awesome/lib/menubar/utils.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/lib/menubar/utils.lua -------------------------------------------------------------------------------- /.config/awesome/lib/util.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/lib/util.lua -------------------------------------------------------------------------------- /.config/awesome/rc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/rc.lua -------------------------------------------------------------------------------- /.config/awesome/rc.lua.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/rc.lua.bak -------------------------------------------------------------------------------- /.config/awesome/theme/icons/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/icons/close.svg -------------------------------------------------------------------------------- /.config/awesome/theme/icons/dashboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/icons/dashboard.svg -------------------------------------------------------------------------------- /.config/awesome/theme/icons/down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/icons/down.svg -------------------------------------------------------------------------------- /.config/awesome/theme/icons/floating.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/icons/floating.svg -------------------------------------------------------------------------------- /.config/awesome/theme/icons/hide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/icons/hide.svg -------------------------------------------------------------------------------- /.config/awesome/theme/icons/minimize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/icons/minimize.svg -------------------------------------------------------------------------------- /.config/awesome/theme/icons/remove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/icons/remove.svg -------------------------------------------------------------------------------- /.config/awesome/theme/icons/space_dashboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/icons/space_dashboard.svg -------------------------------------------------------------------------------- /.config/awesome/theme/icons/up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/icons/up.svg -------------------------------------------------------------------------------- /.config/awesome/theme/icons/view_quilt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/icons/view_quilt.svg -------------------------------------------------------------------------------- /.config/awesome/theme/theme.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/theme.lua -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/close_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/close_focus.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/close_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/close_normal.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/floating_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/floating_focus_active.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/floating_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/floating_focus_inactive.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/floating_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/floating_normal_active.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/floating_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/floating_normal_inactive.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/maximized_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/maximized_focus_active.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/maximized_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/maximized_focus_inactive.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/maximized_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/maximized_normal_active.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/maximized_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/maximized_normal_inactive.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/ontop_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/ontop_focus_active.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/ontop_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/ontop_focus_inactive.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/ontop_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/ontop_normal_active.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/ontop_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/ontop_normal_inactive.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/sticky_focus_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/sticky_focus_active.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/sticky_focus_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/sticky_focus_inactive.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/sticky_normal_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/sticky_normal_active.png -------------------------------------------------------------------------------- /.config/awesome/theme/titlebar/sticky_normal_inactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/titlebar/sticky_normal_inactive.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/8o3o7k.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/8o3o7k.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/aleks-dahlberg-OUtc-eJ9fHw-unsplash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/aleks-dahlberg-OUtc-eJ9fHw-unsplash.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/blurrywave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/blurrywave.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/ceschi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/ceschi.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/circuit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/circuit.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/dark_night.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/dark_night.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/decay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/decay.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/decay2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/decay2.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/decay3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/decay3.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/decay4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/decay4.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/dokja.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/dokja.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/flowers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/flowers.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/hans3l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/hans3l.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/image.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/ink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/ink.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/lake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/lake.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/mono.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/mono.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/mountains.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/mountains.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/paradise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/paradise.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/popo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/popo.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/sand.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/sand.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/splashingwave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/splashingwave.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/stairway-to-heaven-2560×1600.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/stairway-to-heaven-2560×1600.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/strider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/strider.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/sword.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/sword.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/vim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/vim.png -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/wallp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/wallp.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/wallpaper.jpg -------------------------------------------------------------------------------- /.config/awesome/theme/wallpaper/wallpaper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/awesome/theme/wallpaper/wallpaper.png -------------------------------------------------------------------------------- /.config/berry/alacritty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/berry/alacritty.yml -------------------------------------------------------------------------------- /.config/berry/autostart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/berry/autostart -------------------------------------------------------------------------------- /.config/berry/scripts/info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/berry/scripts/info.sh -------------------------------------------------------------------------------- /.config/berry/sxhkdrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/berry/sxhkdrc -------------------------------------------------------------------------------- /.config/bspwm/bspwmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/bspwm/bspwmrc -------------------------------------------------------------------------------- /.config/bspwm/sxhkdrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/bspwm/sxhkdrc -------------------------------------------------------------------------------- /.config/cava/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/cava/README.md -------------------------------------------------------------------------------- /.config/cava/assets/demonstration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/cava/assets/demonstration.png -------------------------------------------------------------------------------- /.config/cava/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/cava/config -------------------------------------------------------------------------------- /.config/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dunst/dunstrc -------------------------------------------------------------------------------- /.config/dwm/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/LICENSE -------------------------------------------------------------------------------- /.config/dwm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/Makefile -------------------------------------------------------------------------------- /.config/dwm/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/README -------------------------------------------------------------------------------- /.config/dwm/config.def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/config.def.h -------------------------------------------------------------------------------- /.config/dwm/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/config.h -------------------------------------------------------------------------------- /.config/dwm/config.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/config.mk -------------------------------------------------------------------------------- /.config/dwm/drw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/drw.c -------------------------------------------------------------------------------- /.config/dwm/drw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/drw.h -------------------------------------------------------------------------------- /.config/dwm/drw.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/drw.o -------------------------------------------------------------------------------- /.config/dwm/dwm-preserveonrestart-6.3.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/dwm-preserveonrestart-6.3.diff -------------------------------------------------------------------------------- /.config/dwm/dwm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/dwm.1 -------------------------------------------------------------------------------- /.config/dwm/dwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/dwm.c -------------------------------------------------------------------------------- /.config/dwm/dwm.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/dwm.desktop -------------------------------------------------------------------------------- /.config/dwm/dwm.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/dwm.o -------------------------------------------------------------------------------- /.config/dwm/dwm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/dwm.png -------------------------------------------------------------------------------- /.config/dwm/patch/bar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar.c -------------------------------------------------------------------------------- /.config/dwm/patch/bar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar.h -------------------------------------------------------------------------------- /.config/dwm/patch/bar_indicators.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_indicators.c -------------------------------------------------------------------------------- /.config/dwm/patch/bar_indicators.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_indicators.h -------------------------------------------------------------------------------- /.config/dwm/patch/bar_ltsymbol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_ltsymbol.c -------------------------------------------------------------------------------- /.config/dwm/patch/bar_ltsymbol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_ltsymbol.h -------------------------------------------------------------------------------- /.config/dwm/patch/bar_status.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_status.c -------------------------------------------------------------------------------- /.config/dwm/patch/bar_status.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_status.h -------------------------------------------------------------------------------- /.config/dwm/patch/bar_status2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_status2d.c -------------------------------------------------------------------------------- /.config/dwm/patch/bar_status2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_status2d.h -------------------------------------------------------------------------------- /.config/dwm/patch/bar_statusbutton.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_statusbutton.c -------------------------------------------------------------------------------- /.config/dwm/patch/bar_statusbutton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_statusbutton.h -------------------------------------------------------------------------------- /.config/dwm/patch/bar_systray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_systray.c -------------------------------------------------------------------------------- /.config/dwm/patch/bar_systray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_systray.h -------------------------------------------------------------------------------- /.config/dwm/patch/bar_tagicons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_tagicons.c -------------------------------------------------------------------------------- /.config/dwm/patch/bar_tagicons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_tagicons.h -------------------------------------------------------------------------------- /.config/dwm/patch/bar_tags.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_tags.c -------------------------------------------------------------------------------- /.config/dwm/patch/bar_tags.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_tags.h -------------------------------------------------------------------------------- /.config/dwm/patch/bar_winicon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_winicon.c -------------------------------------------------------------------------------- /.config/dwm/patch/bar_winicon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_winicon.h -------------------------------------------------------------------------------- /.config/dwm/patch/bar_wintitle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_wintitle.c -------------------------------------------------------------------------------- /.config/dwm/patch/bar_wintitle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/bar_wintitle.h -------------------------------------------------------------------------------- /.config/dwm/patch/cfacts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/cfacts.c -------------------------------------------------------------------------------- /.config/dwm/patch/cfacts.h: -------------------------------------------------------------------------------- 1 | static void setcfact(const Arg *arg); 2 | 3 | -------------------------------------------------------------------------------- /.config/dwm/patch/cool_autostart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/cool_autostart.c -------------------------------------------------------------------------------- /.config/dwm/patch/cool_autostart.h: -------------------------------------------------------------------------------- 1 | static void autostart_exec(void); 2 | 3 | -------------------------------------------------------------------------------- /.config/dwm/patch/dragcfact.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/dragcfact.c -------------------------------------------------------------------------------- /.config/dwm/patch/dragcfact.h: -------------------------------------------------------------------------------- 1 | static void dragcfact(const Arg *arg); 2 | 3 | -------------------------------------------------------------------------------- /.config/dwm/patch/dragmfact.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/dragmfact.c -------------------------------------------------------------------------------- /.config/dwm/patch/dragmfact.h: -------------------------------------------------------------------------------- 1 | static void dragmfact(const Arg *arg); 2 | 3 | -------------------------------------------------------------------------------- /.config/dwm/patch/include.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/include.c -------------------------------------------------------------------------------- /.config/dwm/patch/include.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/include.h -------------------------------------------------------------------------------- /.config/dwm/patch/ipc/IPCClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/ipc/IPCClient.h -------------------------------------------------------------------------------- /.config/dwm/patch/ipc/dwm-msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/ipc/dwm-msg.c -------------------------------------------------------------------------------- /.config/dwm/patch/ipc/yajl_dumps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/ipc/yajl_dumps.h -------------------------------------------------------------------------------- /.config/dwm/patch/layout_facts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/layout_facts.c -------------------------------------------------------------------------------- /.config/dwm/patch/layout_monocle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/layout_monocle.c -------------------------------------------------------------------------------- /.config/dwm/patch/layout_monocle.h: -------------------------------------------------------------------------------- 1 | static void monocle(Monitor *m); 2 | 3 | -------------------------------------------------------------------------------- /.config/dwm/patch/layout_tile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/layout_tile.c -------------------------------------------------------------------------------- /.config/dwm/patch/layout_tile.h: -------------------------------------------------------------------------------- 1 | static void tile(Monitor *m); 2 | 3 | -------------------------------------------------------------------------------- /.config/dwm/patch/moveplace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/moveplace.c -------------------------------------------------------------------------------- /.config/dwm/patch/moveplace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/moveplace.h -------------------------------------------------------------------------------- /.config/dwm/patch/moveresize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/moveresize.c -------------------------------------------------------------------------------- /.config/dwm/patch/moveresize.h: -------------------------------------------------------------------------------- 1 | static void moveresize(const Arg *arg); 2 | 3 | -------------------------------------------------------------------------------- /.config/dwm/patch/movestack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/movestack.c -------------------------------------------------------------------------------- /.config/dwm/patch/movestack.h: -------------------------------------------------------------------------------- 1 | static void movestack(const Arg *arg); 2 | 3 | -------------------------------------------------------------------------------- /.config/dwm/patch/pertag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/pertag.c -------------------------------------------------------------------------------- /.config/dwm/patch/pertag.h: -------------------------------------------------------------------------------- 1 | static void pertagview(const Arg *arg); 2 | 3 | -------------------------------------------------------------------------------- /.config/dwm/patch/restartsig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/restartsig.c -------------------------------------------------------------------------------- /.config/dwm/patch/restartsig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/restartsig.h -------------------------------------------------------------------------------- /.config/dwm/patch/swallow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/swallow.c -------------------------------------------------------------------------------- /.config/dwm/patch/swallow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/swallow.h -------------------------------------------------------------------------------- /.config/dwm/patch/vanitygaps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/vanitygaps.c -------------------------------------------------------------------------------- /.config/dwm/patch/vanitygaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/patch/vanitygaps.h -------------------------------------------------------------------------------- /.config/dwm/transient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/transient.c -------------------------------------------------------------------------------- /.config/dwm/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/util.c -------------------------------------------------------------------------------- /.config/dwm/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/util.h -------------------------------------------------------------------------------- /.config/dwm/util.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/dwm/util.o -------------------------------------------------------------------------------- /.config/fish/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/fish/config -------------------------------------------------------------------------------- /.config/fish/config.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/fish/config.fish -------------------------------------------------------------------------------- /.config/fish/fish_variables: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/fish/fish_variables -------------------------------------------------------------------------------- /.config/herbstluftwm/autostart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/herbstluftwm/autostart -------------------------------------------------------------------------------- /.config/herbstluftwm/backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/herbstluftwm/backup -------------------------------------------------------------------------------- /.config/herbstluftwm/dark-wave-ocean-muted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/herbstluftwm/dark-wave-ocean-muted.png -------------------------------------------------------------------------------- /.config/hypr/hyprland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/hypr/hyprland.conf -------------------------------------------------------------------------------- /.config/nvim/.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/.github/FUNDING.yml -------------------------------------------------------------------------------- /.config/nvim/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/.gitignore -------------------------------------------------------------------------------- /.config/nvim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/README.md -------------------------------------------------------------------------------- /.config/nvim/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/init.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/alpha.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/alpha.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/autocommands.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/autocommands.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/autopairs.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/autopairs.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/bufferline.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/bufferline.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/cmp.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/cmp.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/colorscheme.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/colorscheme.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/comment.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/comment.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/dap.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/dap.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/gitsigns.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/gitsigns.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/illuminate.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/illuminate.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/impatient.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/impatient.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/indentline.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/indentline.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/keymaps.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/keymaps.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/lsp/handlers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/lsp/handlers.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/lsp/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/lsp/init.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/lsp/mason.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/lsp/mason.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/lsp/null-ls.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/lsp/null-ls.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/lsp/settings/pyright.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/lsp/settings/pyright.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/lsp/settings/sumneko_lua.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/lsp/settings/sumneko_lua.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/lualine.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/lualine.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/nvim-tree.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/nvim-tree.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/options.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/options.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/plugins.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/plugins.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/project.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/project.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/telescope.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/telescope.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/toggleterm.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/toggleterm.lua -------------------------------------------------------------------------------- /.config/nvim/lua/user/treesitter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/nvim/lua/user/treesitter.lua -------------------------------------------------------------------------------- /.config/polybar/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/polybar/config.ini -------------------------------------------------------------------------------- /.config/polybar/scripts/tasklist.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/polybar/scripts/tasklist.sh -------------------------------------------------------------------------------- /.config/polybar/scripts/tasklist.sh.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/polybar/scripts/tasklist.sh.bak -------------------------------------------------------------------------------- /.config/rofi/config.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/rofi/config.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/dracula.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/rofi/themes/dracula.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/everblush.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/rofi/themes/everblush.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/forest.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/rofi/themes/forest.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/gruv.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/rofi/themes/gruv.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/nord.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/rofi/themes/nord.rasi -------------------------------------------------------------------------------- /.config/rofi/themes/onedark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/rofi/themes/onedark.rasi -------------------------------------------------------------------------------- /.config/spectrwm/baraction.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/spectrwm/baraction.sh -------------------------------------------------------------------------------- /.config/spectrwm/baraction.sh.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/spectrwm/baraction.sh.bak -------------------------------------------------------------------------------- /.config/spectrwm/spectrwm.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/spectrwm/spectrwm.conf -------------------------------------------------------------------------------- /.config/spectrwm/wallpaper.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/spectrwm/wallpaper.jpg -------------------------------------------------------------------------------- /.config/starship/starship.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/starship/starship.toml -------------------------------------------------------------------------------- /.config/starship/starship.toml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/starship/starship.toml.bak -------------------------------------------------------------------------------- /.config/tint2/backup/tint2rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/tint2/backup/tint2rc -------------------------------------------------------------------------------- /.config/tint2/backup/tint2rc.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/tint2/backup/tint2rc.bak -------------------------------------------------------------------------------- /.config/tint2/leftrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/tint2/leftrc -------------------------------------------------------------------------------- /.config/tint2/rightrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/tint2/rightrc -------------------------------------------------------------------------------- /.config/tint2/tint2rcstyled: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/tint2/tint2rcstyled -------------------------------------------------------------------------------- /.config/waybar/config.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/waybar/config.jsonc -------------------------------------------------------------------------------- /.config/waybar/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/waybar/style.css -------------------------------------------------------------------------------- /.config/waybar/style.css.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/waybar/style.css.bak -------------------------------------------------------------------------------- /.config/worm/alacritty.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/worm/alacritty.yml -------------------------------------------------------------------------------- /.config/worm/assets/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/worm/assets/close.png -------------------------------------------------------------------------------- /.config/worm/assets/maximize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/worm/assets/maximize.png -------------------------------------------------------------------------------- /.config/worm/assets/minimize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/worm/assets/minimize.png -------------------------------------------------------------------------------- /.config/worm/assets/swind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/worm/assets/swind -------------------------------------------------------------------------------- /.config/worm/rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/worm/rc -------------------------------------------------------------------------------- /.config/worm/sxhkdrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/.config/worm/sxhkdrc -------------------------------------------------------------------------------- /.stowrcbak: -------------------------------------------------------------------------------- 1 | --target=/home/hansel 2 | -------------------------------------------------------------------------------- /Bin/Hyprland: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/Bin/Hyprland -------------------------------------------------------------------------------- /Bin/bunnyfetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/Bin/bunnyfetch -------------------------------------------------------------------------------- /Bin/cfetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/Bin/cfetch -------------------------------------------------------------------------------- /Bin/diyfetch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/Bin/diyfetch -------------------------------------------------------------------------------- /Bin/hyprctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/Bin/hyprctl -------------------------------------------------------------------------------- /Bin/panes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/Bin/panes -------------------------------------------------------------------------------- /Bin/record: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/Bin/record -------------------------------------------------------------------------------- /Bin/screenshot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/Bin/screenshot -------------------------------------------------------------------------------- /Bin/vps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/Bin/vps -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/README.md -------------------------------------------------------------------------------- /preview-awesome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/preview-awesome.png -------------------------------------------------------------------------------- /preview-dwm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/preview-dwm.png -------------------------------------------------------------------------------- /preview-herbstluft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/preview-herbstluft.png -------------------------------------------------------------------------------- /preview-spectrwm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hans3I/dots/HEAD/preview-spectrwm.png --------------------------------------------------------------------------------