aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/hypr/hyprland.conf2
-rw-r--r--.config/hypr/source/appearance.conf1
-rw-r--r--.config/hypr/source/keybinds.conf1
-rw-r--r--.config/shell/profile2
-rw-r--r--.config/tmux/tmux.conf3
-rw-r--r--packages/pkg_aur.sh2
6 files changed, 6 insertions, 5 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 470f892..8165499 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -4,7 +4,7 @@ autogenerated = 0
# 1. PROGRAMS
$terminal = foot
$menu = fuzzel
-$browser = brave
+$browser = zen-browser
# 2. AUTOSTART
exec-once = (hyprpm reload -n & kanshi & waybar & swaync & gammastep & hypridle)
diff --git a/.config/hypr/source/appearance.conf b/.config/hypr/source/appearance.conf
index b9f4e91..c18a94c 100644
--- a/.config/hypr/source/appearance.conf
+++ b/.config/hypr/source/appearance.conf
@@ -54,7 +54,6 @@ animations {
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
dwindle {
- pseudotile = true# Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this
}
diff --git a/.config/hypr/source/keybinds.conf b/.config/hypr/source/keybinds.conf
index 20099e7..6560832 100644
--- a/.config/hypr/source/keybinds.conf
+++ b/.config/hypr/source/keybinds.conf
@@ -16,7 +16,6 @@ bind = $mainMod SHIFT, F, Fullscreen, 1
bind = $mainMod SHIFT, R, exec, if hyprctl -j activewindow | jq -e '.floating | not'; then hyprctl --batch "dispatch togglefloating; dispatch resizeactive exact 90% 90%; dispatch centerwindow"; else hyprctl dispatch togglefloating; fi
bind = $mainMod, R, exec, $menu
bind = $mainMod SHIFT, P, pseudo, # dwindle
-bind = $mainMod, J, togglesplit, # dwindle
binde = $mainMod, tab, cyclenext, prev
bind = $mainMod, b, exec, killall waybar || waybar
bind = $mainMod, grave, exec, fuzzelunicode
diff --git a/.config/shell/profile b/.config/shell/profile
index b5b5b91..e8da8f9 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -3,7 +3,7 @@
export EDITOR="nvim"
export TERMINAL="foot"
export TERMINAL_PROG="foot"
-export BROWSER="brave"
+export BROWSER="zen-browser"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index 4f12e9e..6061121 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -34,6 +34,9 @@ set -g history-limit 50000
setw -g mode-keys vi
set -g focus-events on
+set -g mouse on
+set -s set-clipboard on
+
# -------- Transparency Everywhere --------
set -g window-style 'bg=default'
set -g window-active-style 'bg=default'
diff --git a/packages/pkg_aur.sh b/packages/pkg_aur.sh
index 187984c..01a8352 100644
--- a/packages/pkg_aur.sh
+++ b/packages/pkg_aur.sh
@@ -7,7 +7,7 @@ export pkg_aur=(
"hyprshade"
"jmtpfs"
"keyd-git"
- "librewolf-bin"
+ "zen-browser-bin"
"python-pywal16"
"yaru-icon-theme"
"zsh-fast-syntax-highlighting-git"