mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-30 00:04:59 +01:00
Add wofi to hyprland
This commit is contained in:
parent
19282115eb
commit
1748dac784
|
@ -15,7 +15,7 @@ exec-once = dunst & waybar & /usr/lib/polkit-kde-authentication-agent-1
|
||||||
$terminal = alacritty
|
$terminal = alacritty
|
||||||
$fileManager = thunar
|
$fileManager = thunar
|
||||||
$browser = firefox
|
$browser = firefox
|
||||||
$menu = dmenu_run
|
$menu = wofi --show drun
|
||||||
# Some default env vars.
|
# Some default env vars.
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
|
|
||||||
|
@ -26,6 +26,9 @@ env = GBM_BACKEND,nvidia-drm
|
||||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||||
env = WLR_NO_HARDWARE_CURSORS,1
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
|
|
||||||
|
# Set GTK Themes
|
||||||
|
env = GTK_THEME,Breeze:dark
|
||||||
|
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
|
@ -176,8 +179,8 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
||||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||||
|
|
||||||
# Example special workspace (scratchpad)
|
# Example special workspace (scratchpad)
|
||||||
bind = $mainMod, S, togglespecialworkspace, magic
|
# bind = $mainMod, S, togglespecialworkspace, magic
|
||||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
# bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||||
|
|
||||||
# Scroll through existing workspaces with mainMod + scroll
|
# Scroll through existing workspaces with mainMod + scroll
|
||||||
bind = $mainMod, RIGHT, workspace, e+1
|
bind = $mainMod, RIGHT, workspace, e+1
|
||||||
|
|
2
setup
2
setup
|
@ -12,7 +12,7 @@ git submodule update
|
||||||
# Wayland + Hyprland seems cool
|
# Wayland + Hyprland seems cool
|
||||||
setup_hyprland_arch() {
|
setup_hyprland_arch() {
|
||||||
echo "Setting up Hyprland..."
|
echo "Setting up Hyprland..."
|
||||||
sudo pacman -S wayland hyprland waybar dmenu dunst pipewire wireplumber xdg-desktop-portal-hyprland polkit-kde-agent qt5-wayland qt6-wayland
|
sudo pacman -S wayland hyprland waybar wofi dunst pipewire wireplumber xdg-desktop-portal-hyprland polkit-kde-agent qt5-wayland qt6-wayland
|
||||||
|
|
||||||
# grim + slurp + swappy for screenshots
|
# grim + slurp + swappy for screenshots
|
||||||
sudo pacman -S grim slurp swappy wl-clipboard
|
sudo pacman -S grim slurp swappy wl-clipboard
|
||||||
|
|
Loading…
Reference in a new issue