chore: Update setup.sh

This commit is contained in:
Fabio Lenherr / DashieTM 2024-02-11 15:53:22 +01:00
parent 45ca8d534f
commit 7884a29617
32 changed files with 296 additions and 151 deletions

View file

@ -1,21 +1,19 @@
#
#fix the fucking portal
exec-once=systemctl --user import-environment
exec-once=dbus-update-activation-environment --systemd --all
#
env=GTK_CSD,0
env=TERM,"kitty /bin/fish"
env=XDG_CURRENT_DESKTOP=Hyprland
env=XDG_SESSION_TYPE=wayland
env=XDG_SESSION_DESKTOP=Hyprland
env=QT_QPA_PLATFORM,wayland
env=QT_WAYLAND_FORCE_DPI,96
env=QT_AUTO_SCREEN_SCALE_FACTOR,0
env=QT_WAYLAND_DISABLE_WINDOWDECORATION,1
env=QT_SCALE_FACTOR,1
# env=XCURSOR_SIZE,24
env=PKG_CONFIG_PATH,/usr/local/lib/pkgconfig
env=LD_LIBRARY_PATH,/usr/local/lib
env=EDITOR,"neovide --novsync --nofork"
env = GTK_CSD,0
env = TERM,"kitty /bin/fish"
env = XDG_CURRENT_DESKTOP=Hyprland
env = XDG_SESSION_TYPE=wayland
env = XDG_SESSION_DESKTOP=Hyprland
env = QT_QPA_PLATFORM,wayland
env = QT_WAYLAND_FORCE_DPI,96
env = QT_AUTO_SCREEN_SCALE_FACTOR,0
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
env = QT_SCALE_FACTOR,1
env = PKG_CONFIG_PATH,/usr/local/lib/pkgconfig
env = LD_LIBRARY_PATH,/usr/local/lib
env = EDITOR,"neovide --novsync --nofork"
env = WLR_DRM_NO_ATOMIC,1

View file

@ -1,4 +1,3 @@
input {
kb_layout=diaeresis
repeat_delay=200
@ -12,13 +11,14 @@ input {
}
general {
sensitivity=1.0 # for mouse cursor
sensitivity=1.0
gaps_in=3 3 3 3
gaps_out=2 5 5 5
border_size=3
col.active_border=0xFFFF0000 0xFF00FF00 0xFF0000FF 45deg
col.inactive_border=0x66333333
apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
apply_sens_to_raw=0
allow_tearing=true
}
decoration {
@ -52,5 +52,5 @@ misc {
disable_splash_rendering = true
disable_hyprland_logo = true
swallow_regex=^(.*)(kitty)(.*)$
layers_hog_keyboard_focus=false
layers_hog_keyboard_focus=true
}

View file

@ -1,22 +1,22 @@
# binds
#Screenshots
bind=SUPER,S,exec,grim -g "$(slurp)" - | wl-copy
bind=SUPERSHIFTALT,S,exec, grim -g "$(slurp)" $HOME/gits/ost-5semester/Screenshots/$(date +'%Y_%m_%d_%I_%M_%S.png') && (date +'%Y_%m_%d_%I_%M_%S.png') | wl-copy
bind=SUPERSHIFT,S,exec,grim -g "$(slurp)" - | satty -f -
bind=SUPERCONTROLSHIFT,S,exec,grim -c -g "0,0 3440x1440" - | wl-copy
#Programs
bind=SUPER,F,exec,firefox
bind=SUPER,T,exec,kitty -1
bind=SUPER,Q,killactive,
bind=SUPERSHIFTALT,M,exit,
bind=SUPER,E,exec,nautilus -w
bind=SUPER,N,exec,neovide --novsync
bind=SUPER,N,exec,neovide
bind=SUPER,M,exec,oxidash
bind=SUPER,V,togglefloating,
bind=SUPER,B,fullscreen,
bind=SUPER,R,exec,anyrun
bind=SUPER,C,togglesplit
bind=SUPER,G,exec,oxicalc
bind=SUPERSHIFT,G,exec,gamelock
bind=SUPER,D,exec,oxishut
bind=SUPER,A,exec,copyq toggle
bind=SUPERSHIFT,L,exec, playerctl -a pause & swaylock -c 000000 & systemctl suspend
#Media Keys
bind=,XF86AudioMute,exec,pactl $HOME/.config/scripts/audio_control.sh mute
bind=,XF86AudioLowerVolume,exec, $HOME/.config/scripts/audio_control.sh sink -5%
bind=,XF86AudioRaiseVolume,exec, $HOME/.config/scripts/audio_control.sh sink +5%
@ -25,27 +25,37 @@ bind=,XF86AudioNext,exec, playerctl next
bind=,XF86AudioPrev,exec, playerctl previous
bind=,XF86MonBrightnessDown,exec, $HOME/.config/scripts/change-brightness brightness 10%-
bind=,XF86MonBrightnessUp,exec, $HOME/.config/scripts/change-brightness brightness +10%
bind=SUPER,D,exec,oxishut
bind=SUPER,A,exec,copyq toggle
#Hyprland Binds
##Misc
bind=SUPER,V,togglefloating,
bind=SUPER,B,fullscreen,
bind=SUPER,C,togglesplit
bind=SUPER,Q,killactive,
bind=SUPERSHIFTALT,M,exit,
bind=SUPERSHIFT,W,togglespecialworkspace
# bind=SUPER,W,movetoworkspace,special
bindm=SUPER,mouse:272,movewindow
bindm=SUPER,mouse:273,resizewindow
##Fokus
binde=SUPER,J,movefocus,l
binde=SUPER,semicolon,movefocus,r
binde=SUPER,L,movefocus,u
binde=SUPER,K,movefocus,d
##Resize
binde=SUPER,U,resizeactive,-20 0
binde=SUPER,P,resizeactive,20 0
binde=SUPER,O,resizeactive,0 -20
binde=SUPER,I,resizeactive,0 20
##Move
bind=SUPER,left,movewindow,l
bind=SUPER,right,movewindow,r
bind=SUPER,up,movewindow,u
bind=SUPER,down,movewindow,d
##Workspaces
bind=SUPER,1,workspace,1
bind=SUPER,2,workspace,2
bind=SUPER,3,workspace,3
@ -57,6 +67,7 @@ bind=SUPER,8,workspace,8
bind=SUPER,9,workspace,9
bind=SUPER,0,workspace,10
##MoveToWorkspace
bind=SUPERSHIFT,1,movetoworkspace,1
bind=SUPERSHIFT,2,movetoworkspace,2
bind=SUPERSHIFT,3,movetoworkspace,3
@ -68,6 +79,7 @@ bind=SUPERSHIFT,8,movetoworkspace,8
bind=SUPERSHIFT,9,movetoworkspace,9
bind=SUPERSHIFT,0,movetoworkspace,10
##MoveToWorkspaceSilent
bind=SUPERSHIFTALT,1,movetoworkspacesilent,1
bind=SUPERSHIFTALT,2,movetoworkspacesilent,2
bind=SUPERSHIFTALT,3,movetoworkspacesilent,3
@ -79,15 +91,13 @@ bind=SUPERSHIFTALT,8,movetoworkspacesilent,8
bind=SUPERSHIFTALT,9,movetoworkspacesilent,9
bind=SUPERSHIFTALT,0,movetoworkspacesilent,10
##Preselection
bind=SUPERALT,j,layoutmsg,preselect l
bind=SUPERALT,k,layoutmsg,preselect d
bind=SUPERALT,l,layoutmsg,preselect u
bind=SUPERALT,semicolon,layoutmsg,preselect r
bind=SUPERALT,h,layoutmsg,preselect n
bindm=SUPER,mouse:272,movewindow
bindm=SUPER,mouse:273,resizewindow
#binds for debug testing
# bind=SUPERALT,J,pass,^(wlroots)$
# bind=SUPERALT,left,pass,^(wlroots)$

View file

@ -1,22 +1,21 @@
monitor=DP-3,2560x1440@165,-2560x0,1
monitor=DP-1,3440x1440@180,0x0,1
monitor=DP-2,1920x1200@60,3440x0,1
monitor=DP-2,transform,1
# monitors
monitor=DP-2,2560x1440@165,0x0,1
monitor=DP-1,3440x1440@180,2560x0,1
monitor=HDMI-A-1,1920x1200@60,6000x0,1
monitor=HDMI-A-1,transform,1
monitor=,highrr,auto,1
workspace=DP-3,1
workspace=DP-1,2
workspace=DP-2,3
workspace = 2,monitor:DP-1
#workspaces
workspace = 2,monitor:DP-1, default:true
workspace = 4,monitor:DP-1
workspace = 6,monitor:DP-1
workspace = 8,monitor:DP-1
workspace = 9,monitor:DP-1
workspace = 10,monitor:DP-1
workspace = 1,monitor:DP-3
workspace = 5,monitor:DP-3
workspace = 3,monitor:DP-2
workspace = 1,monitor:DP-2, default:true
workspace = 5,monitor:DP-2
workspace = 7,monitor:DP-2
workspace = 3,monitor:HDMI-A-1, default:true

View file

@ -1,13 +1,12 @@
#plugin = $HOME/.config/hypr/plugins/libhycov.so
exec-once= hyprpm reload -n && hyprctl reload
plugin {
hycov {
enable_hotarea = 0 # enable mouse cursor hotarea
overview_gappo = 30 #gas width from screem
overview_gappi = 10 #gas width from clients
bind = SUPER,W,hycov:toggleoverview
enable_hotarea = 0
overview_gappo = 30
overview_gappi = 10
auto_fullscreen = 0
bind = SUPER,W,hycov:toggleoverview
}
}

View file

@ -4,8 +4,6 @@ windowrule=float,^(.*)(OxiCalc)(.*)$
windowrule=float,^(.*)(winecfg.exe)(.*)$
windowrule=float,^(.*)(speed.exe)(.*)$
windowrule=float,^(.*)(copyq)(.*)$
# windowrule=center,^(.*)(gnome)(.*)$
# windowrule=size 1200 800,^(org.gnome.NautilusPreviewer)$
windowrule=center,^(.*)(swappy)(.*)$
windowrule=float,title:^(.*)(Spirit)(.*)$
windowrule=float,title:^(.*)(reset)(.*)$
@ -15,3 +13,5 @@ windowrule=workspace 9 silent,^(.*)(battlebits)(.*)$
windowrule=workspace 9 silent,^(.*)(aoe)(.*)$
windowrule=nomaximizerequest,^(.*)(neovide)(.*)$
windowrule=nofullscreenrequest,^(.*)(neovide)(.*)$
windowrulev2=immediate,class:^(.*)(Pal)$
windowrulev2=forceinput,class:^(.*)(Pal)$

View file

@ -1,9 +1,8 @@
#exec-once=gsettings set org.gnome.desktop.interface gtk-theme 'adw-gtk3-dark'
exec-once=gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
monitor=DP-1,3440x1440@180,0x0,1
monitor=DP-2,disable
monitor=DP-3,disable
monitor=HDMI-A-1,disable
input {
force_no_accel = true

View file

@ -3,6 +3,8 @@
preload = /home/dashie/Pictures/backgrounds/tree_1200.jpg
preload = /home/dashie/Pictures/backgrounds/pxfuel.jpg
preload = /home/dashie/Pictures/backgrounds/pxfuel(3).jpg
wallpaper = DP-2,/home/dashie/Pictures/backgrounds/tree_1200.jpg
wallpaper = HDMI-A-1,/home/dashie/Pictures/backgrounds/tree_1200.jpg
wallpaper = DP-1,/home/dashie/Pictures/backgrounds/pxfuel.jpg
wallpaper = DP-3,/home/dashie/Pictures/backgrounds/pxfuel(3).jpg
wallpaper = DP-2,/home/dashie/Pictures/backgrounds/pxfuel(3).jpg
splash = true

Binary file not shown.