From 8d90b187b6e02b1ccb1bb39996e7eed184d7712d Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Wed, 30 Apr 2025 20:42:43 +0200 Subject: [PATCH] hyprland --- .../dot_config/hypr/conf/custom.d/keybinding.conf | 4 ++-- .../dot_config/hypr/conf/custom.d/windows.conf | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/keybinding.conf b/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/keybinding.conf index fe58adc..b6b6633 100644 --- a/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/keybinding.conf +++ b/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/keybinding.conf @@ -21,5 +21,5 @@ bind = $mainMod, Space, togglesplit # Toggle split orientation # bind = , escape, submap, reset bind = $mainMod, F12, exec, ~/.config/hypr/scripts/power.sh suspend # Suspend system -bind = $mainMod, g, exec, rofi-rbw -# Todo: snippets +bind = $mainMod, g, exec, rofi-rbw # Rofi rbw +bind = $mainMod, z, exec, rofi_snippets.sh # Rofi Snippets diff --git a/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/windows.conf b/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/windows.conf index ce3affe..e4a1f42 100644 --- a/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/windows.conf +++ b/home/dot_config/ml4w-custom-dotfiles/dot_config/hypr/conf/custom.d/windows.conf @@ -22,3 +22,10 @@ windowrule = workspace 4, class:^(firefox|chromium)$ # Test # Doesn't seem to work ? workspace = 5, monitor:eDP-1 + +# Autostart apps +################ + +# https://wiki.hyprland.org/FAQ/#how-do-i-autostart-my-favorite-apps + +# exec-once = [workspace 1 silent] kitty -- GitLab