commit 7a3026676ec2dc67968f9b1776eaabc24c23e047 Author: deadvey Date: Sun Jan 12 15:27:17 2025 +0000 starting from scratch ish diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf new file mode 100644 index 00000000..0eff64a9 --- /dev/null +++ b/.config/hypr/hyprland.conf @@ -0,0 +1,54 @@ +exec-once="hyprpaper" + + + +general { + gaps_in = 10 + gaps_out = 20 +} +input { + kb_layout = gb +} +bind = SUPER, Q, exec, kitty --hold fastfetch +bind = SUPER, C, killactive, +bind = SUPER, M, fullscreen, 1 +bind = SUPER, V, togglefloating, +bind = SUPER, Space, exec, fuzzel +bind = SUPER, P, exec, ~/bin/screenshot-w +bind = SUPER, J, togglesplit, # dwindle +bind = SUPER SHIFT, up, exec, pactl set-sink-volume 0 +5% +bind = SUPER SHIFT, down, exec, pactl set-sink-volume 0 -5% +bind = SUPER, F, fullscreen, +bind = SUPER, L, exec, hyprlock +bind = SUPER SHIFT, E, exit +bind = SUPER SHIFT, F, exec, pcmanfm + +# Move focus with mainMod + arrow keys +bind = SUPER, left, movefocus, l +bind = SUPER, right, movefocus, r +bind = SUPER, up, movefocus, u +bind = SUPER, down, movefocus, d + +# Switch workspaces with mainMod + [0-9] +bind = SUPER, 1, workspace, 1 +bind = SUPER, 2, workspace, 2 +bind = SUPER, 3, workspace, 3 +bind = SUPER, 4, workspace, 4 +bind = SUPER, 5, workspace, 5 +bind = SUPER, 6, workspace, 6 +bind = SUPER, 7, workspace, 7 +bind = SUPER, 8, workspace, 8 +bind = SUPER, 9, workspace, 9 +bind = SUPER, 0, workspace, 10 + +# Move active window to a workspace with mainMod + SHIFT + [0-9] +bind = SUPER SHIFT, 1, movetoworkspace, 1 +bind = SUPER SHIFT, 2, movetoworkspace, 2 +bind = SUPER SHIFT, 3, movetoworkspace, 3 +bind = SUPER SHIFT, 4, movetoworkspace, 4 +bind = SUPER SHIFT, 5, movetoworkspace, 5 +bind = SUPER SHIFT, 6, movetoworkspace, 6 +bind = SUPER SHIFT, 7, movetoworkspace, 7 +bind = SUPER SHIFT, 8, movetoworkspace, 8 +bind = SUPER SHIFT, 9, movetoworkspace, 9 +bind = SUPER SHIFT, 0, movetoworkspace, 10 diff --git a/.config/hypr/hyprpaper.conf b/.config/hypr/hyprpaper.conf new file mode 100644 index 00000000..eac946b0 --- /dev/null +++ b/.config/hypr/hyprpaper.conf @@ -0,0 +1,4 @@ +preload = ~/.config/hypr/wallpaper.jpg +preload = ~/.config/hypr/wallpaper2.jpg +wallpaper = DP-1, ~/.config/hypr/wallpaper.jpg +wallpaper = HDMI-A-1, ~/.config/hypr/wallpaper2.jpg diff --git a/.config/hypr/wallpaper.jpg b/.config/hypr/wallpaper.jpg new file mode 100644 index 00000000..554b706c Binary files /dev/null and b/.config/hypr/wallpaper.jpg differ diff --git a/.config/hypr/wallpaper2.jpg b/.config/hypr/wallpaper2.jpg new file mode 100644 index 00000000..ef1a7975 Binary files /dev/null and b/.config/hypr/wallpaper2.jpg differ diff --git a/bin/screenshot b/bin/screenshot new file mode 100644 index 00000000..63e2d03b --- /dev/null +++ b/bin/screenshot @@ -0,0 +1,9 @@ +set -x + +filename=$(date +"%d:%m:%Y-%H:%M:%S-screenshot.png") + +touch $HOME/Screenshots/$filename + +grim -g "$(slurp)" "$HOME/Screenshots/$filename" +wl-copy < "$HOME/Screenshots/$filename" +