update configs
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
import = [
|
import = [
|
||||||
"~/.config/alacritty/themes/themes/deep_space.toml"
|
# "~/.config/alacritty/themes/themes/nord.toml"
|
||||||
|
# "~/.config/alacritty/themes/themes/enfocado_dark.toml"
|
||||||
|
"~/.config/alacritty/themes/themes/wombat.toml"
|
||||||
|
# "~/.config/alacritty/themes/themes/catppuccin_macchiato.toml"
|
||||||
]
|
]
|
||||||
|
|
||||||
[colors.cursor]
|
# [colors.cursor]
|
||||||
cursor = "CellForeground"
|
# cursor = "CellForeground"
|
||||||
text = "CellBackground"
|
# text = "CellBackground"
|
||||||
|
|
||||||
# [colors.primary]
|
# [colors.primary]
|
||||||
# background = "#1d1f21"
|
# background = "#1d1f21"
|
||||||
|
|||||||
@@ -163,7 +163,7 @@
|
|||||||
# %n progress value if set without any extra characters
|
# %n progress value if set without any extra characters
|
||||||
# %% Literal %
|
# %% Literal %
|
||||||
# Markup is allowed
|
# Markup is allowed
|
||||||
format = "<b>%s</b>%p"
|
format = "<b>%s</b>\n%b"
|
||||||
|
|
||||||
# Alignment of message text.
|
# Alignment of message text.
|
||||||
# Possible values are "left", "center" and "right".
|
# Possible values are "left", "center" and "right".
|
||||||
@@ -201,7 +201,7 @@
|
|||||||
enable_recursive_icon_lookup = true
|
enable_recursive_icon_lookup = true
|
||||||
|
|
||||||
# Set icon theme (only used for recursive icon lookup)
|
# Set icon theme (only used for recursive icon lookup)
|
||||||
icon_theme = Adwaita
|
icon_theme = Tela-purple-dark, Adwaita
|
||||||
# You can also set multiple icon themes, with the leftmost one being used first.
|
# You can also set multiple icon themes, with the leftmost one being used first.
|
||||||
# icon_theme = "Adwaita, breeze"
|
# icon_theme = "Adwaita, breeze"
|
||||||
|
|
||||||
@@ -212,9 +212,7 @@
|
|||||||
# for e.g. small files or high-dpi screens. In case of conflict,
|
# for e.g. small files or high-dpi screens. In case of conflict,
|
||||||
# max_icon_size takes precedence over this.
|
# max_icon_size takes precedence over this.
|
||||||
min_icon_size = 32
|
min_icon_size = 32
|
||||||
|
max_icon_size = 64
|
||||||
# Scale larger icons down to this size, set to 0 to disable
|
|
||||||
max_icon_size = 128
|
|
||||||
|
|
||||||
# Paths to default icons (only neccesary when not using recursive icon lookup)
|
# Paths to default icons (only neccesary when not using recursive icon lookup)
|
||||||
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||||
@@ -234,7 +232,7 @@
|
|||||||
dmenu = /usr/bin/dmenu -p dunst:
|
dmenu = /usr/bin/dmenu -p dunst:
|
||||||
|
|
||||||
# Browser for opening urls in context menu.
|
# Browser for opening urls in context menu.
|
||||||
browser = /usr/bin/xdg-open
|
browser = vivaldi-snapshot
|
||||||
|
|
||||||
# Always run rule-defined scripts, even if the notification is suppressed
|
# Always run rule-defined scripts, even if the notification is suppressed
|
||||||
always_run_script = true
|
always_run_script = true
|
||||||
@@ -250,7 +248,7 @@
|
|||||||
# corners.
|
# corners.
|
||||||
# The radius will be automatically lowered if it exceeds half of the
|
# The radius will be automatically lowered if it exceeds half of the
|
||||||
# notification height to avoid clipping text and/or icons.
|
# notification height to avoid clipping text and/or icons.
|
||||||
corner_radius = 12
|
corner_radius = 10
|
||||||
|
|
||||||
# Ignore the dbus closeNotification message.
|
# Ignore the dbus closeNotification message.
|
||||||
# Useful to enforce the timeout set by dunst configuration. Without this
|
# Useful to enforce the timeout set by dunst configuration. Without this
|
||||||
@@ -315,14 +313,14 @@
|
|||||||
# Otherwise the "#" and following would be interpreted as a comment.
|
# Otherwise the "#" and following would be interpreted as a comment.
|
||||||
background = "#222222"
|
background = "#222222"
|
||||||
foreground = "#888888"
|
foreground = "#888888"
|
||||||
timeout = 1
|
timeout = 3
|
||||||
# Icon for notifications with low urgency, uncomment to enable
|
# Icon for notifications with low urgency, uncomment to enable
|
||||||
#default_icon = /path/to/icon
|
#default_icon = /path/to/icon
|
||||||
|
|
||||||
[urgency_normal]
|
[urgency_normal]
|
||||||
background = "#3b2e94ee"
|
background = "#3b2e94ee"
|
||||||
foreground = "#ffffff"
|
foreground = "#ffffff"
|
||||||
timeout = 1
|
timeout = 7
|
||||||
# Icon for notifications with normal urgency, uncomment to enable
|
# Icon for notifications with normal urgency, uncomment to enable
|
||||||
#default_icon = /path/to/icon
|
#default_icon = /path/to/icon
|
||||||
|
|
||||||
@@ -330,7 +328,7 @@
|
|||||||
background = "#900000"
|
background = "#900000"
|
||||||
foreground = "#ffffff"
|
foreground = "#ffffff"
|
||||||
frame_color = "#ff0000"
|
frame_color = "#ff0000"
|
||||||
timeout = 0
|
timeout = 30
|
||||||
# Icon for notifications with critical urgency, uncomment to enable
|
# Icon for notifications with critical urgency, uncomment to enable
|
||||||
#default_icon = /path/to/icon
|
#default_icon = /path/to/icon
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,7 @@
|
|||||||
|
file:///home/antoine/Partage/McGill/U3-F2024
|
||||||
file:///home/antoine/Partage/McGill/Extracurricular/ECSESS
|
file:///home/antoine/Partage/McGill/Extracurricular/ECSESS
|
||||||
file:///home/antoine/Partage/Pictures
|
file:///home/antoine/Partage/Pictures
|
||||||
file:///home/antoine/Partage/Housing
|
|
||||||
file:///home/antoine/Documents/DoingTaxes
|
|
||||||
file:///home/antoine/Partage/SchengenVisa
|
|
||||||
file:///home/antoine/Partage/ECHOES
|
file:///home/antoine/Partage/ECHOES
|
||||||
file:///home/antoine/Music
|
|
||||||
file:///home/antoine/Documents
|
file:///home/antoine/Documents
|
||||||
file:///home/antoine/Partage/McGill/Extracurricular/IEEE
|
file:///home/antoine/Partage/McGill/Extracurricular/IEEE
|
||||||
file:///home/antoine/Partage
|
file:///home/antoine/Partage
|
||||||
|
|||||||
@@ -236,6 +236,9 @@ bind = , XF86AudioPlay, exec, playerctl play-pause
|
|||||||
binde = , XF86AudioNext, exec, playerctl next
|
binde = , XF86AudioNext, exec, playerctl next
|
||||||
binde = , XF86AudioPrev, exec, playerctl previous
|
binde = , XF86AudioPrev, exec, playerctl previous
|
||||||
|
|
||||||
|
# Bluetooth
|
||||||
|
bind = $mainMod, B, exec, blueberry
|
||||||
|
|
||||||
bind = $mainMod, Z, exec, playerctl play-pause
|
bind = $mainMod, Z, exec, playerctl play-pause
|
||||||
bind = $mainMod, X, exec, playerctl next
|
bind = $mainMod, X, exec, playerctl next
|
||||||
|
|
||||||
@@ -266,9 +269,9 @@ env = GDK_BACKEND,wayland,x11,*
|
|||||||
env = QT_QPA_PLATFORM,wayland;xcb
|
env = QT_QPA_PLATFORM,wayland;xcb
|
||||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||||
env = QT_QPA_PLATFORM,wayland;xcb
|
env = QT_QPA_PLATFORM,wayland;xcb
|
||||||
env = GTK_IM_MODULE, fcitx
|
# env = GTK_IM_MODULE, fcitx
|
||||||
env = QT_IM_MODULE, fcitx
|
# env = QT_IM_MODULE, fcitx
|
||||||
env = XMODIFIERS, @im=fcitx
|
# env = XMODIFIERS, @im=fcitx
|
||||||
|
|
||||||
# NVIDIA
|
# NVIDIA
|
||||||
#env = LIBVA_DRIVER_NAME,nvidia
|
#env = LIBVA_DRIVER_NAME,nvidia
|
||||||
|
|||||||
@@ -28,17 +28,18 @@ if [ -f "$usermodmap" ]; then
|
|||||||
fi
|
fi
|
||||||
# start some nice programs
|
# start some nice programs
|
||||||
|
|
||||||
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
# if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
||||||
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
|
# for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
|
||||||
[ -x "$f" ] && . "$f"
|
# [ -x "$f" ] && . "$f"
|
||||||
done
|
# done
|
||||||
unset f
|
# unset f
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
# exec numlockx &
|
# exec numlockx &
|
||||||
exec ibus-daemon -rxR &
|
# exec ibus-daemon -rxR &
|
||||||
export GTK_THEME=adw-gtk3-dark:dark
|
# export GTK_THEME=adw-gtk3-dark:dark
|
||||||
|
|
||||||
exec i3 -c /home/antoine/.config/i3/config
|
# exec i3 -c /home/antoine/.config/i3/config
|
||||||
exec autorandr --change
|
exec i3
|
||||||
exec autotiling &
|
# exec autorandr --change
|
||||||
|
# exec autotiling &
|
||||||
|
|||||||
12
zsh/.zshrc
12
zsh/.zshrc
@@ -99,11 +99,11 @@ then
|
|||||||
# Autostart Hyprland
|
# Autostart Hyprland
|
||||||
export GTK_THEME=adw-gtk3-dark:dark
|
export GTK_THEME=adw-gtk3-dark:dark
|
||||||
exec Hyprland
|
exec Hyprland
|
||||||
elif [ -z $DISPLAY ] && [ $(tty) = /dev/tty2 ]
|
# elif [ -z $DISPLAY ] && [ $(tty) = /dev/tty2 ]
|
||||||
then
|
# then
|
||||||
# Autostart X at login for tty2, using i3 WM
|
# Autostart X at login for tty2, using i3 WM
|
||||||
export GTK_THEME=adw-gtk3-dark:dark
|
# export GTK_THEME=adw-gtk3-dark:dark
|
||||||
exec startx
|
# exec startx
|
||||||
fi
|
fi
|
||||||
|
|
||||||
## Auto start Wayland at login, using Sway on Wayland tty2
|
## Auto start Wayland at login, using Sway on Wayland tty2
|
||||||
@@ -148,8 +148,8 @@ alias ibus-vn='ibus engine Bamboo'
|
|||||||
# export XMODIFIERS=@im=ibus
|
# export XMODIFIERS=@im=ibus
|
||||||
|
|
||||||
export XMODIFIERS=@im=fcitx
|
export XMODIFIERS=@im=fcitx
|
||||||
export GTK_IM_MODULE=fcitx
|
# export GTK_IM_MODULE=fcitx
|
||||||
export QT_IM_MODULE=fcitx
|
# export QT_IM_MODULE=fcitx
|
||||||
|
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user