diff --git a/.config/hypr/hypridle.conf b/.config/hypr/hypridle.conf new file mode 100755 index 0000000..fbe098a --- /dev/null +++ b/.config/hypr/hypridle.conf @@ -0,0 +1,24 @@ +# _____ __ __ _____ _____ __ _____ _____ _____ +# | | | | | _ | __ | | | | | | | +# | |_ _| __| -| |__| | | --| -| +# |__|__| |_| |__| |__|__|_____|_____|_____|__|__| +# +# by Bina + + +listener { + timeout = 300 + on-timeout = hyprlock +} + +# listener { +# timeout = 360 +# on-timeout = hyprctl dispatch dpms off +# on-resume = hyprctl dispatch dpms on && \ +# (pgrep -x floorp >/dev/null || floorp &) && \ +# (pgrep -x librewolf >/dev/null || librewolf &) +# +# } + + + diff --git a/.config/hypr/hyprland.conf.save b/.config/hypr/hyprland.conf.save new file mode 100755 index 0000000..55ac30b --- /dev/null +++ b/.config/hypr/hyprland.conf.save @@ -0,0 +1,99 @@ +# _____ __ __ _____ _____ __ _____ _____ ____ +# | | | | | _ | __ | | | _ | | | \ +# | |_ _| __| -| |__| | | | | | | +# |__|__| |_| |__| |__|__|_____|__|__|_|___|____/ +# +# by Bina + +### Dolphin App Picker fix? +env = XDG_MENU_PREFIX,arch- +env = QT_QPA_PLATFORM,wayland +env = QT_QPA_PLATFORMTHEME,qt5ct + +# -- execute at launch -- +exec-once = waybar +xexec-once = hypridle +exec-once = hyprpaper + +# -- pywal colors -- +source = ~/.config/wal/templates/colors-hyprland + +# -- monitor -- +monitor=,preferred,auto,auto +monitor=HDMI-A-1,3840x2160@60,-3840x0,1 +monitor=DP-2,3840x2160@144,0x0,1 +monitor=DP-1,1920x1080@60,-1920x-1080,1,transform,2 +monitor=DP-3,1920x1080@144,0x-1080,1,transform,2 + + +# -- programs -- +$terminal = kitty +$fileManager = nemo # put your preffered fileManager here, choose keybind +$menu = wofi --show drun + +# Cursor +env = HYPRCURSOR_THEME,DJ-FOX-C +env = HYPRCURSOR_SIZE,24 + +# -- environment variables -- + +general { + gaps_in = 5 + gaps_out = 8 + border_size = 0 + layout = dwindle + allow_tearing = false +} + +decoration { + rounding = 5 + active_opacity = 0.92 + inactive_opacity = 0.92 + fullscreen_opacity = 1 + blur { + enabled = false + size = 3 + passes = 1 + } +} + +input { + kb_layout = us + kb_variant = + kb_model = + kb_options = + kb_rules = + follow_mouse = 1 + touchpad { + natural_scroll = no + } + sensitivity = 0 # -1.0 to 1.0; 0 means no modification. + numlock_by_default = true +} + +animations { + enabled = yes + bezier = myBezier, 0.05, 0.9, 0.1, 1.05 + animation = windows, 1, 7, myBezier + animation = windowsOut, 1, 7, default, popin 80% + animation = border, 1, 10, default + animation = borderangle, 1, 8, default + animation = fade, 1, 7, default + animation = workspaces, 1, 6, default +} + +dwindle { + pseudotile = yes + preserve_split = yes +} + +gestures { + workspace_swipe = off +} + +misc { + force_default_wallpaper = 0 + disable_hyprland_logo = true +} + +source = ~/.config/hypr/hyprland_configs/bind.conf diff --git a/.config/hypr/hyprland/bind.conf.save b/.config/hypr/hyprland/bind.conf.save new file mode 100755 index 0000000..8b2f188 --- /dev/null +++ b/.config/hypr/hyprland/bind.conf.save @@ -0,0 +1,113 @@ +# -- keybinds -- + +$mainMod = SUPER + +bind = $mainMod, RETURN, exec, $terminal +bind = $mainMod, W, killactive, # "Quit" +bind = $mainMod, Q, killactive, # "Quit" +bind = $mainMod, F, fullscreen, +bind = $mainMod, V, togglefloating, +bind = $mainMod, D, exec, $menu # "Apps" +bind = $mainMod SHIFT, D, pseudo, # dwindle +bind = $mainMod, J, togglesplit, # dwindle + + +# waybar +bind = $mainMod SHIFT, B, exec, ~/.config/waybar/launch.sh +bind = $mainMod, B, exec, killall -SIGUSR1 waybar + +# wallpaper/swww +bind = $mainMod SHIFT, W, exec, ~/.config/hypr/scripts/wallpapers/wallpaper.sh +# €bind = $mainMod SHIFT, W, global, quickshell:Wallpaper + +# wlogout +bind = $mainMod, M, exec, wlogout -b 2 + +# file manager +bind = $mainMod, E, exec, $fileManager + +# hyprlock +bind = $mainMod, L, exec, hyprlock + +# hyprpaper +bind = $mainMod SHIFT, H, exec, hyprpaper + +# switch workspaces +bind = $mainMod, 1, workspace, 1 +bind = $mainMod, 2, workspace, 2 +bind = $mainMod, 3, workspace, 3 +bind = $mainMod, 4, workspace, 4 +bind = $mainMod, 5, workspace, 5 +bind = $mainMod, 6, workspace, 6 +bind = $mainMod, 7, workspace, 7 +bind = $mainMod, 8, workspace, 8 +bind = $mainMod, 9, workspace, 9 +bind = $mainMod, 0, workspace, 10 +bind = $mainMod, TAB, workspace, e+1 + +# move active window to a workspace +bind = $mainMod SHIFT, 1, movetoworkspace, 1 +bind = $mainMod SHIFT, 2, movetoworkspace, 2 +bind = $mainMod SHIFT, 3, movetoworkspace, 3 +bind = $mainMod SHIFT, 4, movetoworkspace, 4 +bind = $mainMod SHIFT, 5, movetoworkspace, 5 +bind = $mainMod SHIFT, 6, movetoworkspace, 6 +bind = $mainMod SHIFT, 7, movetoworkspace, 7 +bind = $mainMod SHIFT, 8, movetoworkspace, 8 +bind = $mainMod SHIFT, 9, movetoworkspace, 9 +bind = $mainMod SHIFT, 0, movetoworkspace, 10 + +# move focus +bind = $mainMod, left, movefocus, l +bind = $mainMod, right, movefocus, r +bind = $mainMod, up, movefocus, u +bind = $mainMod, down, movefocus, d + +# scroll through existing workspaces +bind = $mainMod, mouse_down, workspace, e+1 +bind = $mainMod, mouse_up, workspace, e-1 + +# move/resize windows +bindm = $mainMod, mouse:272, movewindow +bindm = $mainMod SHIFT, mouse:272, resizewindow + +bind = $mainMod SHIFT, right, resizeactive, 30 0 +bind = $mainMod SHIFT, left, resizeactive, -30 0 +bind = $mainMod SHIFT, up, resizeactive, 0 -30 +bind = $mainMod SHIFT, down, resizeactive, 0 30 + +bind = $mainMod SHIFT, L, moveactive, 30 0 +bind = $mainMod SHIFT, I, moveactive, -30 0 +bind = $mainMod SHIFT, O, moveactive, 0 -30 +bind = $mainMod SHIFT, K, moveactive, 0 30 + +# screenshots +bind = $mainMod, P, exec, ~/.config/hypr/scripts/screenshot/screenshot_window.sh +bind = $mainMod ALT, P, exec, ~/.config/hypr/scripts/screenshot/screenshot_monitor.sh +bind = $mainMod SHIFT, P, exec, ~/.config/hypr/scripts/screenshot/screenshot_area.sh +bind = $mainMod SHIFT, S, exec, ~/.config/hypr/scripts/screenshot/screenshot_area_2.sh + +# Umlaute / German compatability on english Keyboard +bind = $mainMod, a, exec, bash -c 'wtype "ä"; xdotool type "ä"' +bind = $mainMod SHIFT, a, exec, wtype "Ä" +bind = $mainMod, o, exec, wtype "ö" +bind = $mainMod SHIFT, o, exec, wtype "Ö" +bind = $mainMod, u, exec, wtype "ü" +bind = $mainMod SHIFT, u, exec, wtype "Ü" +bind = $mainMod, s, exec, wtype "ß" +bind = $mainMod SHIFT, e, exec, wtype "€" + +# Makro Pad +bind = $mainMod SHIFT CTRL, F1, exec, ~/.config/hypr/scripts/makropad/button01.sh +bind = $mainMod SHIFT CTRL, F2, exec, ~/.config/hypr/scripts/makropad/button02.sh +bind = $mainMod SHIFT CTRL, F3, exec, ~/.config/hypr/scripts/makropad/button03.sh +bind = $mainMod SHIFT CTRL, F4, exec, ~/.config/hypr/scripts/makropad/button04.sh +bind = $mainMod SHIFT CTRL, F5, exec, ~/.config/hypr/scripts/makropad/button05.sh +bind = $mainMod SHIFT CTRL, F6, exec, ~/.config/hypr/scripts/makropad/button06.sh +bind = $mainMod SHIFT CTRL, F7, exec, ~/.config/hypr/scripts/makropad/button07.sh +bind = $mainMod SHIFT CTRL, F8, exec, ~/.config/hypr/scripts/makropad/button08.sh +bind = $mainMod SHIFT CTRL, F9, exec, ~/.config/hypr/scripts/makropad/button09.sh +bind = $mainMod SHIFT CTRL, F10, exec, ~/.config/hypr/scripts/makropad/button10.sh +bind = $mainMod SHIFT CTRL, F11, exec, ~/.config/hypr/scripts/makropad/button11.sh +bind = $mainMod SHIFT CTRL, F12, exec, ~/.config/hypr/scripts/makropad/button12.sh + diff --git a/.config/hypr/hyprlock.conf b/.config/hypr/hyprlock.conf new file mode 100755 index 0000000..f5019ea --- /dev/null +++ b/.config/hypr/hyprlock.conf @@ -0,0 +1,78 @@ +# _____ __ __ _____ _____ __ _____ _____ _____ +# | | | | | _ | __ | | | | | | | +# | |_ _| __| -| |__| | | --| -| +# |__|__| |_| |__| |__|__|_____|_____|_____|__|__| +# +# by Bina + + +general { + hide_cursor = true + no_fade_in = false + grace = 0 + disable_loading_bar = true +} + +background { + monitor = + path = ~/wallpapers/current_wallpaper_blurred.png + blur_passes = 0 +} + +# -- pywal colors -- +source = $HOME/.cache/wal/colors-hyprland + +# -- time -- +label { + monitor = + text = cmd[update:1000] echo "$(date +"%H:%M")" + color = $color7 + font_size = 80 + font_family = JetBrains Mono ExtraBold + position = 0, 140 + halign = center + valign = center +} + +# -- quote -- +label { + monitor = + text = - PAIN IS REAL, BUT SO IS HOPE - + color = $color6 + font_size = 12 + font_family = JetBrains Mono ExtraLight + position = 0, 80 + halign = center + valign = center +} + +# -- greeting -- +label { + monitor = + text = Heya $USER :3 + color = $color7 + font_size = 20 + font_family = JetBrains Mono Light + position = 0, 0 + halign = center + valign = center +} + +# -- password input -- +input-field { + monitor = + size = 230, 40 + outline_thickness = 0 + dots_size = 0.2 + dots_spacing = 0.4 + dots_center = true + inner_color = $color1 + font_color = $color7 + fade_on_empty = false + placeholder_text = unlock the magic... + fail_color = $color7 + hide_input = false + position = 0, -50 + halign = center + valign = center +} diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf new file mode 100755 index 0000000..2370a25 --- /dev/null +++ b/.config/hypr/hyprpaper.conf @@ -0,0 +1,2 @@ +preload = $HOME/wallpapers/moody-flowers.png +wallpaper = , $HOME/wallpapers/moody-flowers.png