update
This commit is contained in:
parent
c4f2c3feef
commit
28ca42d375
10 changed files with 39 additions and 4 deletions
15
.config/autostart/jetbrains-toolbox.desktop
Executable file
15
.config/autostart/jetbrains-toolbox.desktop
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
[Desktop Entry]
|
||||
Icon=/home/user/.local/share/JetBrains/Toolbox/toolbox.svg
|
||||
Exec=/home/user/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox --minimize
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Categories=Development
|
||||
Name=JetBrains Toolbox
|
||||
StartupWMClass=jetbrains-toolbox
|
||||
Terminal=false
|
||||
MimeType=x-scheme-handler/jetbrains;
|
||||
X-GNOME-Autostart-enabled=true
|
||||
StartupNotify=false
|
||||
X-GNOME-Autostart-Delay=10
|
||||
X-MATE-Autostart-Delay=10
|
||||
X-KDE-autostart-after=panel
|
||||
7
.config/autostart/xsettingsd.desktop
Executable file
7
.config/autostart/xsettingsd.desktop
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
Type=Application
|
||||
Exec=xsettingsd
|
||||
Hidden=false
|
||||
NoDisplay=false
|
||||
X-GNOME-Autostart-enabled=true
|
||||
Name[en_US]=swaylock
|
||||
Name=swaylock
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
[
|
||||
"app.zen_browser.zen",
|
||||
"jetbrains-goland",
|
||||
"kitty",
|
||||
"com.system76.CosmicFiles",
|
||||
]
|
||||
|
|
@ -0,0 +1 @@
|
|||
true
|
||||
|
|
@ -1 +1 @@
|
|||
0.75
|
||||
0.5
|
||||
|
|
@ -1 +1 @@
|
|||
"window-management"
|
||||
"display"
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
gtk-theme-name=catppuccin-mocha-mauve-standard+default
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-font-name=Cantarell 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-cursor-theme-name=Pop
|
||||
gtk-cursor-theme-size=8
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=1
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
[Settings]
|
||||
gtk-application-prefer-dark-theme=0
|
||||
XCURSOR_SIZE=24
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ export LS_COLORS="$(vivid generate catppuccin-mocha)"
|
|||
export HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="bg=none,fg=white,bold"
|
||||
#eval $(thefuck --alias)
|
||||
export GEM_HOME="$HOME/gems"
|
||||
export XCURSOR_SIZE=24
|
||||
|
||||
export PATH="$HOME/.local/bin:$HOME/gems/bin:/usr/local/go/bin:$HOME/go/bin:/home/linuxbrew/.linuxbrew/bin:$PATH"
|
||||
|
||||
|
|
|
|||
9
.config/xsettingsd/xsettingsd.conf
Normal file
9
.config/xsettingsd/xsettingsd.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
Net/ThemeName "catppuccin-mocha-mauve-standard+default"
|
||||
Net/IconThemeName "Adwaita"
|
||||
Gtk/CursorThemeName "Pop"
|
||||
Net/EnableEventSounds 1
|
||||
EnableInputFeedbackSounds 0
|
||||
Xft/Antialias 1
|
||||
Xft/Hinting 1
|
||||
Xft/HintStyle "hintslight"
|
||||
Xft/RGBA "rgb"
|
||||
Loading…
Add table
Add a link
Reference in a new issue