diff --git a/new-config/.config/hypr/hyprland.conf b/new-config/.config/hypr/hyprland.conf index c3cb47876..bcd6da64c 100644 --- a/new-config/.config/hypr/hyprland.conf +++ b/new-config/.config/hypr/hyprland.conf @@ -25,7 +25,7 @@ input { general { gaps_in = 5 gaps_out = 5 - border_size = 1 + border_size = 3 col.active_border = rgb(9d0006) rgb(fb4934) 45deg col.inactive_border = rgb(504945) layout = master @@ -101,16 +101,33 @@ $conMod = CONTROL bind = $supMod, RETURN, exec, wezterm bind = $supMod, Q, killactive, bind = $supMod_$conMod_SHIFT, Q, exit, -bind = $supMod, D, exec, pkill rofi || rofi -show drun +bind = $supMod, R, exec, pkill rofi || rofi -show drun +bind = $supMod, B, exec, pkill waybar || waybar bind = $supMod, V, togglefloating, bind = $supMod, P, pseudo, # dwindle bind = $supMod, J, togglesplit, # dwindle # Move focus with supMod + arrow keys -bind = $supMod, h, movefocus, l -bind = $supMod, l, movefocus, r -bind = $supMod, k, movefocus, u -bind = $supMod, j, movefocus, d +bind = $supMod, k, layoutmsg, cyclenext +bind = $supMod, j, layoutmsg, cycleprev + +# swap windows +bind = $supMod_SHIFT, j, layoutmsg, swapnext +bind = $supMod_SHIFT, k, layoutmsg, swapprev + +# focus master window +bind = $supMod_SHIFT, RETURN, layoutmsg, focusmaster + +# swap window with master +bind = $supMod_$conMod, RETURN, layoutmsg, swapwithmaster + +# add window to master stack +bind = $supMod, I, layoutmsg, addmaster +bind = $supMod, D, layoutmsg, removemaster + +# change the master orientation +bind = $supMod, h, layoutmsg, orientationnext +bind = $supMod, l, layoutmsg, orientationprev # Switch workspaces with supMod + [0-9] bind = $supMod, 1, workspace, 1 diff --git a/new-config/.config/hypr/hyprpaper.conf b/new-config/.config/hypr/hyprpaper.conf index 69d09b8df..a24d81b03 100644 --- a/new-config/.config/hypr/hyprpaper.conf +++ b/new-config/.config/hypr/hyprpaper.conf @@ -1,2 +1,2 @@ -preload = ~/.config/hypr/wallpaper.jpg -wallpaper = eDP-1,contain:~/.config/hypr/wallpaper.jpg +preload = ~/.config/hypr/wallpaper.png +wallpaper = eDP-1,contain:~/.config/hypr/wallpaper.png diff --git a/new-config/.config/hypr/wallpaper.png b/new-config/.config/hypr/wallpaper.png new file mode 100644 index 000000000..f67c92ab1 Binary files /dev/null and b/new-config/.config/hypr/wallpaper.png differ diff --git a/new-config/.config/rofi/config.rasi b/new-config/.config/rofi/config.rasi index e9635bfeb..b08efceda 100644 --- a/new-config/.config/rofi/config.rasi +++ b/new-config/.config/rofi/config.rasi @@ -3,6 +3,7 @@ configuration{ lines: 10; font: "mononoki Nerd Font 14"; show-icons: true; + icon-theme: "gruvbox-dark-icons-gtk"; terminal: "alacritty"; drun-display-format: "{icon} {name}"; location: 0; diff --git a/new-config/.config/rofi/scripts/rofi_power b/new-config/.config/rofi/scripts/rofi_power index 0d46c0f75..c6b7243e0 100755 --- a/new-config/.config/rofi/scripts/rofi_power +++ b/new-config/.config/rofi/scripts/rofi_power @@ -26,7 +26,7 @@ pwr4=" Cancel" pwrs="$pwr1\n$pwr2\n$pwr3\n$pwr4" ## MAIN ACTION COMMAND ## -action=$(echo -e "$options" | rofi -dmenu -p "  Power Options ") +action=$(echo -e "$options" | rofi -dmenu -i -p "  Power Options ") case "$action" in $option1*) pkill Hyprland;; @@ -49,7 +49,7 @@ case "$action" in elif [ "$currentpwr" = "balanced" ]; then currentpwr=" Balanced" fi - pwraction=$(echo -e "$pwrs" | rofi -dmenu -p "  Power Profile Menu - Currently set to: ${currentpwr} ") + pwraction=$(echo -e "$pwrs" | rofi -dmenu -i -p "  Power Profile Menu - Currently set to: ${currentpwr} ") case "$pwraction" in $pwr1*) powerprofilesctl set performance && notify-send "Power profile switched to performance";; diff --git a/new-config/.config/waybar/config b/new-config/.config/waybar/config index 8ee758a56..2b7b943ac 100644 --- a/new-config/.config/waybar/config +++ b/new-config/.config/waybar/config @@ -2,7 +2,7 @@ "position": "top", "height": 28, //"width": 1280, - "spacing": 10, + "spacing": 0, // Choose the order of the modules "modules-left": ["wlr/workspaces"],