From b00f642fb4708da8ab62df78e0bd01bcbab80ebc Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 18 Dec 2023 21:01:53 +0100 Subject: [PATCH] Updates --- .settings/browser.sh | 2 +- README.md | 2 +- hypr/conf/animation.conf | 2 +- hypr/conf/keybindings/default.conf | 2 +- hypr/conf/monitor.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.settings/browser.sh b/.settings/browser.sh index 3f99ac0..e090179 100755 --- a/.settings/browser.sh +++ b/.settings/browser.sh @@ -1 +1 @@ -brave +chromium diff --git a/README.md b/README.md index f5c2be7..99e3ead 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ML4W dotfiles 2.6.2 DEV +# ML4W dotfiles 2.7 BETA 1 This is my configuration of Hyprland (Wayland) and Qtile (Xorg & Wayland) for Arch. This package includes an installation script to install and setup the required components. diff --git a/hypr/conf/animation.conf b/hypr/conf/animation.conf index 22756e7..fe66c0f 100644 --- a/hypr/conf/animation.conf +++ b/hypr/conf/animation.conf @@ -1 +1 @@ -source = ~/dotfiles/hypr/conf/animations/animations-fast.conf +source = ~/dotfiles/hypr/conf/animations/default.conf diff --git a/hypr/conf/keybindings/default.conf b/hypr/conf/keybindings/default.conf index 2aa612a..7a7283e 100644 --- a/hypr/conf/keybindings/default.conf +++ b/hypr/conf/keybindings/default.conf @@ -42,7 +42,7 @@ bind = $mainMod CTRL, F, exec, ~/dotfiles/scripts/filemanager.sh bind = $mainMod CTRL, C, exec, ~/dotfiles/scripts/cliphist.sh bind = $mainMod, V, exec, ~/dotfiles/scripts/cliphist.sh bind = $mainMod CTRL, T, exec, ~/dotfiles/waybar/themeswitcher.sh -bind = $mainMod CTRL, S, exec, alacritty --class dotfiles-floating -e ~/dotfiles/hypr/settings/settings.sh +bind = $mainMod CTRL, S, exec, alacritty --class dotfiles-floating -e ~/dotfiles/hypr/start-settings.sh # Workspaces bind = $mainMod, 1, workspace, 1 diff --git a/hypr/conf/monitor.conf b/hypr/conf/monitor.conf index b92ff66..6be3934 100644 --- a/hypr/conf/monitor.conf +++ b/hypr/conf/monitor.conf @@ -1 +1 @@ -source = ~/dotfiles/hypr/conf/monitors/2560x1440@120.conf +source = ~/dotfiles/hypr/conf/monitors/default.conf