From dff03acd3c04d0903e5ca295a3dd9866f4c3854a Mon Sep 17 00:00:00 2001 From: Lukian LEIZOUR Date: Sat, 6 Apr 2024 19:35:23 +0200 Subject: [PATCH] commit --- .bashrc | 10 ++++++++++ .config/hypr/hyprland.conf | 1 + .config/kitty/kitty.conf | 1 + 3 files changed, 12 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..3889559 --- /dev/null +++ b/.bashrc @@ -0,0 +1,10 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +alias grep='grep --color=auto' +PS1='(\e[0;36m\u@\h\e[m) - [\e[0;32m\w\e[m] $ ' diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 91c31ba..0ae2edc 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -22,6 +22,7 @@ workspace=HDMI-A-1,1 # Execute your favorite apps at launch exec-once = waybar & hyprpaper exec-once=hyprctl setcursor dark 24 +exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 47f4e9e..cce23bf 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -5,6 +5,7 @@ bold_font auto italic_font auto bold_italic_font auto mouse_hide_wait 2.0 +window_padding_width 10 cursor_shape block url_color #0087bd url_style dotted