mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Update .bashrc
Update .config/hypr/hyprland.conf Update .config/hypr/hyprland/exec.conf Update .config/hypr/hyprland/rules/vesktop.conf Update .config/kitty/kitty.conf Update .config/fish/config.fish Update .config/gtk-3.0/settings.ini Update .local/bin/start_coding.sh
This commit is contained in:
@@ -51,6 +51,9 @@ PS1="${USER_COLOR}\u${RESET_COLOR}@${HOST_COLOR}\h${RESET_COLOR} ${SEP_COLOR}|${
|
||||
eval "$(atuin init bash)"
|
||||
eval "$(zoxide init bash)"
|
||||
|
||||
# path
|
||||
PATH=$PATH:~/.local/bin/
|
||||
|
||||
# something to ble.sh
|
||||
|
||||
[[ ! ${BLE_VERSION-} ]] || ble-attach
|
||||
|
||||
@@ -32,6 +32,5 @@ source = ./hyprland/workspaces.conf
|
||||
source = ./hyprland/exec.conf
|
||||
source = ./hyprland/monitors.conf
|
||||
source = ./hyprland/plugins.conf
|
||||
exec-once = hyprlock
|
||||
exec-once = hyprpm reload -n
|
||||
exec-once = ~/.local/bin/random_wallpaper.sh sfw
|
||||
|
||||
@@ -4,3 +4,5 @@ exec-once = wl-paste --type image --watch cliphist store
|
||||
exec-once = uwsm app -- zen-browser
|
||||
exec-once = uwsm app -- mangohud steam
|
||||
exec-once = uwsm app -- kdeconnect-indicator
|
||||
exec-once = uwsm app -- waybar
|
||||
exec-once = uwsm app -- hyprpaper
|
||||
|
||||
@@ -2,6 +2,5 @@ windowrule = workspace 1 silent, class:^(vesktop)$
|
||||
windowrule = noinitialfocus, class:^(vesktop)$
|
||||
windowrule = focusonactivate 0, class:^(vesktop)$
|
||||
windowrule = renderunfocused, class:^(vesktop)$
|
||||
windowrule = opacity 0.83, class:^(vesktop)$
|
||||
windowrule = pseudo, class:^(vesktop)$
|
||||
windowrule = size 65% 80%, class:^(vesktop)$
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
include ./colors.conf
|
||||
include ./theme.conf
|
||||
# vim:fileencoding=utf-8:foldmethod=marker
|
||||
|
||||
#: Fonts {{{
|
||||
@@ -1179,7 +1179,7 @@ window_padding_width 5
|
||||
|
||||
#: The foreground and background colors.
|
||||
|
||||
background_opacity 0.8
|
||||
background_opacity 1
|
||||
|
||||
#: The opacity of the background. A number between zero and one, where
|
||||
#: one is opaque and zero is fully transparent. This will only work if
|
||||
|
||||
@@ -11,6 +11,9 @@ if status is-interactive
|
||||
# add github ssh key
|
||||
eval (ssh-agent -c)
|
||||
ssh-add ~/.ssh/github
|
||||
# vi mode
|
||||
fish_vi_key_bindings
|
||||
|
||||
# better cd
|
||||
zoxide init fish | source
|
||||
clear
|
||||
|
||||
@@ -1,17 +1,25 @@
|
||||
[Settings]
|
||||
gtk-theme-name=adw-gtk3
|
||||
gtk-icon-theme-name=Papirus-Light
|
||||
gtk-font-name=Cousine Nerd Font Mono 11
|
||||
gtk-cursor-theme-name=default
|
||||
gtk-application-prefer-dark-theme=false
|
||||
gtk-button-images=true
|
||||
gtk-cursor-blink=true
|
||||
gtk-cursor-blink-time=1000
|
||||
gtk-cursor-theme-name=Breeze_Light
|
||||
gtk-cursor-theme-size=24
|
||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-button-images=0
|
||||
gtk-menu-images=0
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=true
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-font-name=Noto Sans, 10
|
||||
gtk-icon-theme-name=Papirus
|
||||
gtk-menu-images=true
|
||||
gtk-modules=colorreload-gtk-module
|
||||
gtk-primary-button-warps-slider=true
|
||||
gtk-sound-theme-name=ocean
|
||||
gtk-theme-name=adw-gtk3
|
||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||
gtk-toolbar-style=3
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-dpi=147456
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintslight
|
||||
gtk-xft-rgba=rgb
|
||||
gtk-application-prefer-dark-theme=0
|
||||
|
||||
@@ -5,7 +5,7 @@ export EDITOR="nvim"
|
||||
|
||||
if [[ -n $dir ]]; then
|
||||
echo "You choose $dir"
|
||||
hyprctl dispatch exec [workspace 5] kitty yazi $dir
|
||||
hyprctl dispatch exec [workspace 5] kitty $dir
|
||||
hyprctl dispatch exec [workspace 5] kitty yazi $dir
|
||||
hyprctl dispatch exec [workspace 5] kitty $dir
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user