mirror of
https://github.com/CoolnsX/hyprdots.git
synced 2026-06-17 07:42:07 +05:30
did everything
This commit is contained in:
-11
@@ -1,28 +1,17 @@
|
||||
autostart
|
||||
Code/*
|
||||
composer
|
||||
dconf
|
||||
google-chrome
|
||||
chromium
|
||||
httptoolkit
|
||||
libfm
|
||||
lol.toml
|
||||
ookla
|
||||
pavucontrol.ini
|
||||
picom
|
||||
procps
|
||||
pulse
|
||||
skypeforlinux
|
||||
user-dirs.dirs
|
||||
user-dirs.locale
|
||||
xfce4
|
||||
libvirt
|
||||
libreoffice
|
||||
epdfview
|
||||
btop
|
||||
xpra
|
||||
psysh
|
||||
zoom*
|
||||
.env
|
||||
sunshine
|
||||
uad
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
# Configuration file for the libfm version 1.4.1.
|
||||
# Autogenerated file, don't edit, your changes will be overwritten.
|
||||
|
||||
[config]
|
||||
single_click=0
|
||||
middle_click=0
|
||||
use_trash=1
|
||||
confirm_del=1
|
||||
confirm_trash=1
|
||||
advanced_mode=0
|
||||
si_unit=0
|
||||
force_startup_notify=1
|
||||
date_iso_8601=0
|
||||
backup_as_hidden=1
|
||||
no_usb_trash=1
|
||||
no_child_non_expandable=0
|
||||
show_full_names=0
|
||||
only_user_templates=0
|
||||
template_run_app=0
|
||||
template_type_once=0
|
||||
auto_selection_delay=600
|
||||
drop_default_action=auto
|
||||
defer_content_test=0
|
||||
quick_exec=0
|
||||
terminal=foot %F
|
||||
thumbnail_local=1
|
||||
thumbnail_max=2048
|
||||
smart_desktop_autodrop=1
|
||||
|
||||
[ui]
|
||||
big_icon_size=256
|
||||
small_icon_size=80
|
||||
pane_icon_size=24
|
||||
thumbnail_size=128
|
||||
show_thumbnail=1
|
||||
shadow_hidden=0
|
||||
|
||||
[places]
|
||||
places_home=1
|
||||
places_desktop=1
|
||||
places_root=0
|
||||
places_computer=0
|
||||
places_trash=1
|
||||
places_applications=1
|
||||
places_network=0
|
||||
places_unmounted=1
|
||||
@@ -0,0 +1,9 @@
|
||||
[window]
|
||||
width=640
|
||||
height=800
|
||||
sinkInputType=0
|
||||
sourceOutputType=1
|
||||
sinkType=0
|
||||
sourceType=1
|
||||
showVolumeMeters=1
|
||||
hideUnavailableCardProfiles=0
|
||||
@@ -0,0 +1,15 @@
|
||||
# This file is written by xdg-user-dirs-update
|
||||
# If you want to change or add directories, just edit the line you're
|
||||
# interested in. All local changes will be retained on the next run.
|
||||
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
|
||||
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
|
||||
# absolute path. No other format is supported.
|
||||
#
|
||||
XDG_DESKTOP_DIR="$HOME/dls"
|
||||
XDG_DOCUMENTS_DIR="$HOME/docs"
|
||||
XDG_DOWNLOAD_DIR="$HOME/dls"
|
||||
XDG_MUSIC_DIR="$HOME/music"
|
||||
XDG_PICTURES_DIR="$HOME/pics"
|
||||
XDG_PUBLICSHARE_DIR="$HOME/dls"
|
||||
XDG_VIDEOS_DIR="$HOME/vids"
|
||||
XDG_TEMPLATES_DIR="$HOME/"
|
||||
Reference in New Issue
Block a user