From ec54747b338478857e789fdca1d9c2d80161a025 Mon Sep 17 00:00:00 2001 From: Antoine Phan Date: Mon, 15 Apr 2024 21:27:07 -0400 Subject: [PATCH] Bumping some updates to make life look nicer --- .config/alacritty/alacritty.toml | 4 ---- .config/gtk-3.0/bookmarks | 2 ++ .config/hypr/hyprland.conf | 16 +++++++++++++--- .zshrc | 2 +- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 287472a..97c1e1b 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -19,10 +19,6 @@ unfocused_hollow = true blinking = "On" shape = "Beam" -[bell] -animation = "EaseOutExpo" -duration = 4 - [env] TERM = "xterm-256color" diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks index 2af95ed..d55ec6a 100644 --- a/.config/gtk-3.0/bookmarks +++ b/.config/gtk-3.0/bookmarks @@ -1,3 +1,5 @@ +file:///home/antoine/Partage/Housing +file:///home/antoine/Documents/DoingTaxes file:///home/antoine/Partage/SchengenVisa file:///home/antoine/.local/share/SuperCollider file:///home/antoine/Partage/McGill/U2-W2024 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 30f9750..cce6ebc 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -13,6 +13,7 @@ monitor=,1920x1080@165,auto,1 # Execute your favorite apps at launch exec-once = waybar exec-once = hyprpaper +exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP # exec-once = ibus-daemon -rxRd # Set programs that you use @@ -143,7 +144,7 @@ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, RETURN, exec, $terminal bind = $mainMod_SHIFT, Q, killactive, -bind = $mainMod_SHIFT, M, exit, +# bind = $mainMod_SHIFT, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, 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 # Create new workspace on screen. Go to previous workspace on screen -bind = $mainMod, N, workspace, r+1 -bind = $mainMod, P, workspace, r-1 +bind = $mainMod ALT, N, 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 bindm = $mainMod, mouse:272, movewindow @@ -238,6 +246,8 @@ bind = $mainMod, L, exec, swaylock # Screenshot # Area shot, copy to clipboard 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/ bind = , Print, exec, grim - > $HOME/Screenshots/Screenshot_$(date +%F_%T).png diff --git a/.zshrc b/.zshrc index c3d3ecd..f4b4a19 100644 --- a/.zshrc +++ b/.zshrc @@ -97,7 +97,7 @@ if [ -z $DISPLAY ] && [ $(tty) = /dev/tty1 ] then # Autostart Hyprland export GTK_THEME=adw-gtk3-dark:dark - exec Hyprland + exec Hyprland >> ~/hyprland_log elif [ -z $DISPLAY ] && [ $(tty) = /dev/tty2 ] then # Autostart X at login for tty2, using i3 WM