Update hyprland configs
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -25,3 +25,4 @@ esac
|
||||
eval "$(starship init bash)"
|
||||
|
||||
alias reboot-to-windows='sudo grub-reboot "Windows Boot Manager (on /dev/nvme1n1p1)" && sudo reboot'
|
||||
export PATH=~/.npm-global/bin:$PATH
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
env = GDK_SCALE,2
|
||||
env = GDK_BACKEND,wayland,x11,*
|
||||
env = SDL_VIDEODRIVER,wayland
|
||||
env = CLUTTER_BACKEND,wayland
|
||||
|
||||
@@ -4,6 +4,7 @@ source = monitors.conf
|
||||
source = programs.conf
|
||||
source = autostart.conf
|
||||
source = appearance.conf
|
||||
source = workspaces.conf
|
||||
source = rules.conf
|
||||
source = input.conf
|
||||
source = keybinds.conf
|
||||
|
||||
@@ -3,7 +3,7 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, escape, killactive,
|
||||
bind = $mainMod ALT, backspace, exec, uwsm stop
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
|
||||
@@ -5,6 +5,7 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned
|
||||
|
||||
windowrule = float, class:1Password
|
||||
windowrule = float, class:unityhub
|
||||
windowrule = float, title: Steam Settings
|
||||
windowrule = float, class: steam, title: Friends List
|
||||
windowrule = float, class: firefox, title: Picture-in-Picture
|
||||
windowrule = float, title:Steam Settings
|
||||
windowrule = float, class:steam, title:Friends List
|
||||
windowrule = float, class:firefox, title:Picture-in-Picture
|
||||
windowrule = float, class:com.saivert.pwvucontrol
|
||||
|
||||
5
.config/hypr/workspaces.conf
Normal file
5
.config/hypr/workspaces.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
workspace = 1, monitor:DP-1, default:true
|
||||
workspace = 2, monitor:DP-1
|
||||
workspace = 3, monitor:DP-2, default:true
|
||||
workspace = 4, monitor:DP-2
|
||||
workspace = 5, monitor:DP-2
|
||||
Reference in New Issue
Block a user