diff options
Diffstat (limited to 'hypr/.config')
| -rw-r--r-- | hypr/.config/hypr/hyprland.conf | 12 | ||||
| -rw-r--r-- | hypr/.config/hypr/hyprpaper.conf | 13 |
2 files changed, 19 insertions, 6 deletions
diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index ad17606..32f3e94 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -32,7 +32,7 @@ $mainMod = SUPER $localBin = $HOME/.local/bin $scriptsDir = $HOME/.config/hypr/scripts $hyprDir = $HOME/.config/hypr -$term = alacritty +$term = wezterm $menu = $scriptsDir/menu $fullmenu = $scriptsDir/fullmenu $volume = $scriptsDir/volume @@ -41,7 +41,7 @@ $screenshot = $scriptsDir/screenshot $lock = $scriptsDir/lockscreen $colorpicker = $scriptsDir/colorpicker $wofi_beats = $scriptsDir/wofi-beats -$files = thunar +$files = pcmanfm $browser = brave $editor = nvim @@ -50,7 +50,7 @@ env = XCURSOR_SIZE,24 # Startup exec-once = $scriptsDir/startup -exec-once = swaybg -m fill -i $HOME/Pictures/wallpapers/0093.jpg +# exec-once = swaybg -m fill -i $HOME/Pictures/wallpapers/0477.jpg exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP @@ -317,7 +317,7 @@ bind = $mainMod SHIFT, tab, workspace, m-1 bind = ALT, tab, workspace, m+1 bind = ALT SHIFT, tab, workspace, m-1 -bind = $mainMod, O, exec, $colorpicker +bind = $mainMod, q, exec, $colorpicker bind = $mainMod SHIFT, O, exec, $term --class hyprpicker --hold -e hyprpicker bind = $mainMod CTRL, S, exec, $wofi_beats @@ -326,8 +326,8 @@ bind = , Print, exec, $screenshot --now bind = $mainMod, Print, exec, $screenshot --in5 bind = SHIFT, Print, exec, $screenshot --in10 bind = CTRL, Print, exec, $screenshot --win -bind = $mainMod SHIFT, G, exec, flameshot gui -bind = $mainMod SHIFT, S, exec, flameshot screen --clipboard +bind = $mainMod SHIFT, S, exec, hyprshot -m region +bind = $mainMod SHIFT, M, exec, hyprshot -m output # Qwerty # Switch workspaces with mainMod + [0-9] diff --git a/hypr/.config/hypr/hyprpaper.conf b/hypr/.config/hypr/hyprpaper.conf new file mode 100644 index 0000000..53e2a9b --- /dev/null +++ b/hypr/.config/hypr/hyprpaper.conf @@ -0,0 +1,13 @@ +preload = ~/Pictures/wallpapers/0477.jpg +preload = ~/Pictures/wallpapers/0476.jpg + +#set the default wallpaper(s) seen on initial workspace(s) --depending on the number of monitors used +wallpaper = monitor1,~/Pictures/wallpapers/0477.jpg +wallpaper = monitor2,~/Pictures/wallpapers/0477.jpg + +#enable splash text rendering over the wallpaper +splash = true + +#fully disable ipc +# ipc = off + |
