add wezterm to hyprland and change script path

This commit is contained in:
Lucas Barbieri 2024-01-07 14:40:06 -03:00
parent f17b60c53d
commit 4765d10396
4 changed files with 12 additions and 8 deletions

View File

@ -2,10 +2,10 @@
$mainMod = SUPER $mainMod = SUPER
# app bindings # app bindings
bind = $mainMod, Return, exec, kitty bind = $mainMod, Return, exec, wezterm
bind = $mainMod, E, exec, thunar bind = $mainMod, E, exec, thunar
bind = $mainMod SHIFT, s, exec,steam --noverifyfiles -cef-enable-debugging bind = $mainMod SHIFT, s, exec,steam --noverifyfiles -cef-enable-debugging
bind = $mainMod CONTROL, s, exec, ~/sfp.sh bind = $mainMod CONTROL, s, exec, ~/scripts/sfp.sh
bind = $mainMod SHIFT, Return, exec, tofi-drun bind = $mainMod SHIFT, Return, exec, tofi-drun
bind = , Print, exec, ~/.local/bin/print-fullscreen.sh bind = , Print, exec, ~/.local/bin/print-fullscreen.sh
bind = SHIFT, Print, exec, ~/.local/bin/print-select.sh bind = SHIFT, Print, exec, ~/.local/bin/print-select.sh
@ -33,6 +33,7 @@ binde = $mainMod, H, resizeactive, -30 30
binde = $mainMod, L, resizeactive, 30 -30 binde = $mainMod, L, resizeactive, 30 -30
bind = $mainMod, J, layoutmsg, cyclenext bind = $mainMod, J, layoutmsg, cyclenext
bind = $mainMod, K, layoutmsg, cycleprev bind = $mainMod, K, layoutmsg, cycleprev
bind = $mainMod, N, layoutmsg, orientationnext
# workspace control # workspace control
bind = $mainMod, 1, exec, try_swap_workspace 1 bind = $mainMod, 1, exec, try_swap_workspace 1

View File

@ -1,8 +1,8 @@
exec-once = ~/fix.sh exec-once = ~/scripts/fix.sh
exec-once = spotifyd & exec-once = spotifyd &
exec-once = lxqt-policykit-agent & exec-once = lxqt-policykit-agent &
exec-once = gentoo-pipewire-launcher & exec-once = gentoo-pipewire-launcher &
exec-once = bash ~/swww exec-once = bash ~/scripts/swww.sh
exec-once = gammastep -t 4500:3500 -l -23.5475:-46.63611 -b 1.0:0.5 & exec-once = gammastep -t 4500:3500 -l -23.5475:-46.63611 -b 1.0:0.5 &
exec-once = gsettings set org.gnome.desktop.interface icon-theme Win10Sur-black-dark & gsettings set org.gnome.desktop.interface gtk-theme Numix-BLACK-Pomegranate & gsettings set org.gnome.desktop.interface cursor-theme Simp1e exec-once = gsettings set org.gnome.desktop.interface icon-theme Win10Sur-black-dark & gsettings set org.gnome.desktop.interface gtk-theme Numix-BLACK-Pomegranate & gsettings set org.gnome.desktop.interface cursor-theme Simp1e
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP

View File

@ -8,6 +8,8 @@ windowrulev2 = stayfocused, title:^()$,class:^(steam)$
windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$ windowrulev2 = minsize 1 1, title:^()$,class:^(steam)$
windowrulev2=float,class:anki,title:Add windowrulev2=float,class:anki,title:Add
windowrulev2=size 0%,class:explorer.exe,title:Wine System Tray windowrulev2=size 0%,class:explorer.exe,title:Wine System Tray
windowrulev2=workspace 2 silent, class:^(firefox)$, title:(Mozilla Firefox)
windowrulev2=workspace unset, class:(firefox), title:(Developer Tools)(.*)
windowrule=float,xdg-desktop-portal-gtk windowrule=float,xdg-desktop-portal-gtk
windowrule=workspace 5 silent,anki windowrule=workspace 5 silent,anki
@ -17,6 +19,7 @@ windowrule=noblur,com.obsproject.Studio
windowrule=float,pavucontrol windowrule=float,pavucontrol
windowrule=workspace 8 silent,steam windowrule=workspace 8 silent,steam
windowrule=workspace 7 silent, org.prismlauncher.PrismLauncher windowrule=workspace 7 silent, org.prismlauncher.PrismLauncher
windowrule=workspace 7 silent,heroic
windowrule=float,thunar windowrule=float,thunar
windowrule=workspace 10 silent,thunderbird windowrule=workspace 10 silent,thunderbird
windowrule=workspace 7 silent,XIVLauncher.Core windowrule=workspace 7 silent,XIVLauncher.Core
@ -31,7 +34,7 @@ windowrule=float,title:(File Upload)
windowrule=float,.*Save.* windowrule=float,.*Save.*
windowrule=float,.*Sign in.* windowrule=float,.*Sign in.*
windowrule=workspace 9 silent,gamescope windowrule=workspace 9 silent,gamescope
windowrule=fullscreen, gamescope windowrule=fullscreen,gamescope
windowrule=workspace 9 silent,.*Minecraft.* windowrule=workspace 9 silent,.*Minecraft.*
windowrule=workspace 9 silent,cs2 windowrule=workspace 9 silent,cs2
windowrule=workspace 11 silent,.*league.* windowrule=workspace 11 silent,.*league.*
@ -44,6 +47,5 @@ windowrule=workspace 9 silent,steam_.*
windowrule=workspace 10 silent,SFP_UI windowrule=workspace 10 silent,SFP_UI
windowrule=workspace 4 silent,Spotify windowrule=workspace 4 silent,Spotify
windowrule=workspace 3 silent,parsecd windowrule=workspace 3 silent,parsecd
windowrule=workspace 2 silent,firefox
windowrule=workspace 12 silent,org.pwmt.zathura windowrule=workspace 12 silent,org.pwmt.zathura
windowrule=workspace 13 silent,Chromium-browser-chromium windowrule=workspace 13 silent,Chromium-browser-chromium

View File

@ -20,7 +20,7 @@ general {
border_size = 2 border_size = 2
col.active_border = rgba(ff0038ee) rgba(33e2c5ee) 45deg col.active_border = rgba(ff0038ee) rgba(33e2c5ee) 45deg
col.inactive_border = rgba(595959aa) col.inactive_border = rgba(595959aa)
no_cursor_warps = true no_cursor_warps = false
layout = master layout = master
} }
@ -29,7 +29,7 @@ decoration {
blur { blur {
enabled = true enabled = true
size = 2 size = 3
passes = 2 passes = 2
} }
@ -54,6 +54,7 @@ animations {
master { master {
new_is_master = false new_is_master = false
allow_small_split = true
} }
gestures { gestures {