fixed kitty ssh
parent
179fefeb38
commit
c1568649a3
1
.zshrc
1
.zshrc
|
|
@ -181,3 +181,4 @@ eval "$(starship init zsh)"
|
|||
|
||||
fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/pin.txt
|
||||
|
||||
export TERM=xterm-256color
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
# change monitor to high resolution, the last argument is the scale factor
|
||||
monitor = , highres, auto, 2
|
||||
|
||||
#monitor handling
|
||||
exec-once = /usr/bin/hyprland-monitor-attached /home/themiro/Dotfiles/desktopenvs/hyprland/hypr/ [monitorhandler.sh]
|
||||
|
||||
# unscale XWayland
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
|
|
|
|||
|
|
@ -334,8 +334,12 @@ windowrulev2 = float, initialTitle:Spotify
|
|||
|
||||
|
||||
#sefix
|
||||
windowrulev2 = float, class:Spaceengineers
|
||||
windowrulev2 = stayfocused, class:Spaceengineers
|
||||
#windowrulev2 = float, class:Spaceengineers
|
||||
#windowrulev2 = fullscreen, class:Spaceengineers
|
||||
#windowrulev2 = stayfocused, class:Spaceengineers
|
||||
|
||||
#windowrule = float, class:steam_app_1133870
|
||||
|
||||
|
||||
#rwfix
|
||||
windowrulev2 = tile, class:RimWorldLinux
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
swww restore
|
||||
|
||||
/home/themiro/Dotfiles/desktopenvs/hyprland/hypr/ewwstart.sh
|
||||
Loading…
Reference in New Issue