Bumping some updates to make life look nicer
This commit is contained in:
@@ -19,10 +19,6 @@ unfocused_hollow = true
|
|||||||
blinking = "On"
|
blinking = "On"
|
||||||
shape = "Beam"
|
shape = "Beam"
|
||||||
|
|
||||||
[bell]
|
|
||||||
animation = "EaseOutExpo"
|
|
||||||
duration = 4
|
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
file:///home/antoine/Partage/Housing
|
||||||
|
file:///home/antoine/Documents/DoingTaxes
|
||||||
file:///home/antoine/Partage/SchengenVisa
|
file:///home/antoine/Partage/SchengenVisa
|
||||||
file:///home/antoine/.local/share/SuperCollider
|
file:///home/antoine/.local/share/SuperCollider
|
||||||
file:///home/antoine/Partage/McGill/U2-W2024
|
file:///home/antoine/Partage/McGill/U2-W2024
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ monitor=,1920x1080@165,auto,1
|
|||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
# exec-once = ibus-daemon -rxRd
|
# exec-once = ibus-daemon -rxRd
|
||||||
|
|
||||||
# Set programs that you use
|
# Set programs that you use
|
||||||
@@ -143,7 +144,7 @@ $mainMod = SUPER
|
|||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, RETURN, exec, $terminal
|
bind = $mainMod, RETURN, exec, $terminal
|
||||||
bind = $mainMod_SHIFT, Q, killactive,
|
bind = $mainMod_SHIFT, Q, killactive,
|
||||||
bind = $mainMod_SHIFT, M, exit,
|
# bind = $mainMod_SHIFT, M, exit,
|
||||||
bind = $mainMod, E, exec, $fileManager
|
bind = $mainMod, E, exec, $fileManager
|
||||||
bind = $mainMod, V, togglefloating,
|
bind = $mainMod, V, togglefloating,
|
||||||
bind = $mainMod, D, exec, $menu
|
bind = $mainMod, D, exec, $menu
|
||||||
@@ -207,8 +208,15 @@ bind = $mainMod SHIFT, mouse_down, workspace, r-1
|
|||||||
bind = $mainMod SHIFT, mouse_up , workspace, r+1
|
bind = $mainMod SHIFT, mouse_up , workspace, r+1
|
||||||
|
|
||||||
# Create new workspace on screen. Go to previous workspace on screen
|
# Create new workspace on screen. Go to previous workspace on screen
|
||||||
bind = $mainMod, N, workspace, r+1
|
bind = $mainMod ALT, N, workspace, r+1
|
||||||
bind = $mainMod, P, workspace, r-1
|
bind = $mainMod ALT, P, workspace, r-1
|
||||||
|
|
||||||
|
bind = $mainMod SHIFT, N, movetoworkspace, r+1
|
||||||
|
bind = $mainMod SHIFT, P, movetoworkspace, r-1
|
||||||
|
|
||||||
|
# Cycle through workspaces on the montior
|
||||||
|
bind = $mainMod, N, workspace, m+1
|
||||||
|
bind = $mainMod, P, workspace, m-1
|
||||||
|
|
||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
@@ -238,6 +246,8 @@ bind = $mainMod, L, exec, swaylock
|
|||||||
# Screenshot
|
# Screenshot
|
||||||
# Area shot, copy to clipboard
|
# Area shot, copy to clipboard
|
||||||
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy -t image/png
|
bind = $mainMod SHIFT, S, exec, grim -g "$(slurp -d)" - | wl-copy -t image/png
|
||||||
|
bind = $mainMod CTRL SHIFT, S, exec, grim -g "$(slurp -d)" - > $HOME/Screenshots/Screenshot_$(date +%F_%T).png && notify-send "Screenshot taken!"
|
||||||
|
|
||||||
|
|
||||||
# Wholescreen, save to $HOME/Screenshots/
|
# Wholescreen, save to $HOME/Screenshots/
|
||||||
bind = , Print, exec, grim - > $HOME/Screenshots/Screenshot_$(date +%F_%T).png
|
bind = , Print, exec, grim - > $HOME/Screenshots/Screenshot_$(date +%F_%T).png
|
||||||
|
|||||||
2
.zshrc
2
.zshrc
@@ -97,7 +97,7 @@ if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ]
|
|||||||
then
|
then
|
||||||
# Autostart Hyprland
|
# Autostart Hyprland
|
||||||
export GTK_THEME=adw-gtk3-dark:dark
|
export GTK_THEME=adw-gtk3-dark:dark
|
||||||
exec Hyprland
|
exec Hyprland >> ~/hyprland_log
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user