From f6474124b6d3f90570aee89da32dc902701c2e87 Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Tue, 27 Sep 2022 15:15:14 +0100 Subject: [PATCH] did it again dont remember jack what I changed just know its better --- hyprland/.config/hypr/hyprland.conf | 43 ++++++++++++++---- .../qtile/__pycache__/config.cpython-310.pyc | Bin 5963 -> 5963 bytes script/.config/script/theme-fix | 4 ++ waybar/.config/waybar/config | 3 +- xorg/.xinitrc | 2 +- zsh/.config/zsh/.zcompdump | 30 ++++++++---- 6 files changed, 61 insertions(+), 21 deletions(-) create mode 100755 script/.config/script/theme-fix diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 24d143d..9fc6ca8 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -8,12 +8,13 @@ # For a full list, see the wiki (basic and advanced configuring) # exec-once=hyprctl setcursor Simp1e 16 +exec-once=~/.config/script/theme-fix exec-once=waybar exec-once=systemctl --user restart xdg-desktop-portal exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=~/.config/script/waylock.sh exec-once=~/.azotebg -exec-once=xrdb -merge ~/.Xresources +exec-once=foot --server @@ -38,7 +39,6 @@ input { general { sensitivity=1.0 # for mouse cursor main_mod=ALT - layout=master gaps_in=5 gaps_out=5 border_size=2 @@ -51,6 +51,7 @@ general { } decoration { + blur_new_optimizations = true rounding=10 blur=1 blur_size=3 # minimum 1 @@ -68,12 +69,15 @@ animations { animation=workspaces,1,6,default } -master { - new_is_master=false -} - dwindle { pseudotile=0 # enable pseudotiling on dwindle + force_split=2 + col.group_border=0xff282a36 + col.group_border_active=0xff8218c4 +} + + +master { } @@ -91,12 +95,13 @@ gestures { #windowrule=pseudo,abc #windowrule=monitor 0,xyz windowrule=tile,WebApp-ytmusic4224 +windowrule=tile,WebApp-discord5149 # example binds -bind=ALT,Return,exec,kitty +bind=ALT,Return,exec,footclient bind=ALT,Q,killactive, bind=ALT,F,exec,pcmanfm -bind=ALT,B,exec,qutebrowser +bind=ALT,B,exec,firefox bind=ALT,E,exec,emacs bind=,107,exec,~/.config/script/wayscreenshot.sh bind=SHIFT,107,exec,grim -g "$(slurp)" - | wl-copy @@ -115,8 +120,12 @@ bind=ALT,J,cyclenext, bind=ALTSHIFT,H,movewindow,l bind=ALTSHIFT,L,movewindow,r -bind=ALTSHIFT,K,movewindow,d -bind=ALTSHIFT,J,movewindow,u +bind=ALTSHIFT,K,movewindow,u +bind=ALTSHIFT,J,movewindow,d + +# move window with mouse +bindm=ALT,mouse:272,movewindow +bindm=ALT,mouse:273,resizewindow # resize Mode with Alt + R : Press Escape to quit bind=ALT,R,submap,resize # will switch to a submap called resize @@ -130,6 +139,17 @@ bind=,j,resizeactive,0 30 bind=,escape,submap,reset # use reset to go back to the global submap submap=reset # will reset the submap, meaning end the current one and return to the global one. +# audio controlls +bind=,XF86AudioRaiseVolume,exec,pamixer -i 5 +bind=,XF86AudioLowerVolume,exec,pamixer -d 5 +bind=,XF86AudioRaiseVolume,exec,pamixer --toggle-mute + +# media controlles +bind=,XF86AudioMedia,exec,playerctl play-pause +bind=,XF86AudioPlay,exec,playerctl play-pause +bind=,XF86AudioPrev,exec,playerctl previous +bind=,XF86AudioNext,exec,playerctl next + bind=ALT,1,workspace,1 bind=ALT,2,workspace,2 bind=ALT,3,workspace,3 @@ -154,3 +174,6 @@ bind=ALTSHIFT,0,movetoworkspace,10 bind=SUPER,mouse_down,workspace,e+1 bind=SUPER,mouse_up,workspace,e-1 + +bind=ALT,49,togglegroup +bind=ALT,tab,changegroupactive diff --git a/qtile/.config/qtile/__pycache__/config.cpython-310.pyc b/qtile/.config/qtile/__pycache__/config.cpython-310.pyc index 8d81f43691223c16d14c1efba71fa3ce2e824a98..2c4ce6c87b5cde4151ab1904dd55ea760f39382f 100644 GIT binary patch delta 1819 zcmX@DcUo`59yazUmfZXl!>GxJ*)$lVCcj~G7L4LdN=(i!&PgoJh++;7aEY4iz+S`{ zHF-08HDlCdeGX5?sL7QaHyEQP2XU4%Mom7!X~h^dnVCzCKZ-3QH8VY<6v+O(elicl8h*p;>5h-mplv%3@@1(7#K8} zqgc}N^Gc#PKxA=dRcaJ_L1IcuW?uR&mXg$pk|;LQWV0ko%P6*_6ieeY%P2M@3!_A1 zvnaMSFwkU;63EC*&&bIXPR}Tb&rL1K$WMu4OH3}wEK7}={G3Z&D2gL955m`EEYf9Q zV2GNmz#YM8GP#o5QQ8db2#7Fmaz=hpN^yL0eolT-an$6i+yH>3dB)($oC4*N zLLe0^Q3A=iDe>v4CGiFM#hE3U`FT;3X9~!vfLs#A0TU}y1KF<*B9INcEg+i~4ss~F zQ)x*_ex9Kw<1NA%4$;H~Wb0ii*gflGOJR- z(H_MQu{s_cP?>q@QGzgm(wrQK^P_m6Ld6BTIhiF5R0sd*_;oWA*ai76q8IXO|xzKIo4><~MOZ?U9gCYMC73T+|(#$=YY^CHs93T{G!Sz_Tb9mlA^@QD0YaOi=#M;OOuL|i!zfy z@dZl8r3LZ%dC93oP9WcKCFf+O=9R?frIr^3GB7aINAW^MKp~WxQWOkQ#RC-sm#anK z+#yH>R6Ei$*X40LL#> Al>h($ delta 1819 zcmX@DcUo`59yaz{EV=n9hPNgkX47E2HTeyjv*0bxq{QUx;+(|dj9bjX0WP;DJFpiq z-kQ9by_)gXWPJ`###@ssIc_lCnjFMg%6Mz?2~I1d5wEX1K;#+LFiACv|d2rG4%#@OhTP($idBrbz7#J8{GBYqR zXfoeoNz2bGxy1n@i!-ZIZ?P97rle%%rQc#HNv$Zk#b%mpmSkypi!CX|(m2iX7MqcU zQKGTgEw(f;&}6+Okdc|5k&`K$o>3B?n_7~QpK^;WF}WnOEcMpp=UnPSw>UEMAbd^6 zB2NYehFg;rxFZ;YCRcJhN{4_Q0TJd+&d4uHDUMIh&&e+;zBTzOw}B`~eHB}nzmHXQ zttQhg=Cs_BBG1WEJjQGwnWBiv!91F}J`4;DMZO@y4@3ljh#)u-3}S)o*$ZNXPF~3~ zgBwY9vJbBeWAfxo-p7nVlYRM=MQ$;dXQtd@OfEuJ)WTEXmBzyES>HfSd~0B^)rZB4d#KCLjXYu-gK%X$>HU zvOATQl;r0bYBJtpEiOqcD!By}F@`aW+-~tC=jWwm7UdSD7N?eIGT!1S&y7#cNh~hD z#g&_wotjjXn3tS!iyg!+NldTeE-uc{O)SnX0I8T9Cn%{QE5(U@h#TkT#%)#fuNw&%)B*uo?w{PE#92WByiyBB7V&{x$_Ez%#YJ%u zKS*%0oRC=kE!N!p(&E&jT97ZZKtwEvNB}8d&dpD`#Zi)4l$)8Cm~)G>BtO15xhOR? z?-olQDBW`u6s4AB=9d=VVofi~FDi>ElFG%YPBH9jXb zt>hLjj8_ECmmtY{uq;T+EiRaBX~8Yd^rHN7h$b#D6QTnm3|7q!76vKJ%P-1J%*m`u z1xNcWeu&la;D7? z1(mmiz*ZDz=I6!3Wtg23>x*u2xPwC5DZk5MZb8W{w%~%qIhq$@;7H4s3QgL!oW)djA zK*_kYAU;1YIkhMmLJVYdW9ia=#5LIDRz0Z8Z;Us6$KUV3~;MocPSVf>KyMW-HIlOUzA0Donw}P4MQ=q7jS$X7-pS diff --git a/script/.config/script/theme-fix b/script/.config/script/theme-fix new file mode 100755 index 0000000..cc0b0f8 --- /dev/null +++ b/script/.config/script/theme-fix @@ -0,0 +1,4 @@ +#!/bin/sh +gsettings set org.gnome.desktop.interface gtk-theme 'gtk-master' +gsettings set org.gnome.desktop.interface icon-theme 'Dracula' +gsettings set org.gnome.desktop.interface cursor-theme 'Simp1e' diff --git a/waybar/.config/waybar/config b/waybar/.config/waybar/config index 8672d9a..d87559f 100644 --- a/waybar/.config/waybar/config +++ b/waybar/.config/waybar/config @@ -5,7 +5,7 @@ // "width": 1280, // Waybar width "spacing": 4, // Gaps between modules (4px) // Choose the order of the modules - "modules-left": ["river/tags", "custom/media"], + "modules-left": ["wlr/workspaces", "custom/media"], "modules-center": [], "modules-right": ["idle_inhibitor", "pulseaudio","network", "cpu", "memory", "battery", "clock", "tray"], // Modules configuration @@ -25,6 +25,7 @@ }, "active-only": false, "sort-by-name": true, + "all-outputs": true, }, "river/tags": { "num-tags": 9, diff --git a/xorg/.xinitrc b/xorg/.xinitrc index aa73040..263a1af 100755 --- a/xorg/.xinitrc +++ b/xorg/.xinitrc @@ -15,7 +15,7 @@ mkdir -p "$HOME"/.local/share/keyrings #exec dbus-launch leftwm #polybar barbase & - +#exec qtile start exec /home/mrfluffy/.local/bin/xmonad #/home/mrfluffy/.config/hentaiwm/target/release/hentaiwm &> ~/.penrose.log #----------------------------------------------------- diff --git a/zsh/.config/zsh/.zcompdump b/zsh/.config/zsh/.zcompdump index a7245a2..adbb668 100644 --- a/zsh/.config/zsh/.zcompdump +++ b/zsh/.config/zsh/.zcompdump @@ -1,4 +1,4 @@ -#files: 811 version: 5.9 +#files: 821 version: 5.9 _comps=( '-' '_precommand' @@ -112,6 +112,7 @@ _comps=( 'btdownloadheadless' '_bittorrent' 'btlaunchmany' '_bittorrent' 'btlaunchmanycurses' '_bittorrent' +'btm' '_btm' 'btmakemetafile' '_bittorrent' 'btreannounce' '_bittorrent' 'btrename' '_bittorrent' @@ -135,6 +136,7 @@ _comps=( 'cabal' '_cabal' 'cal' '_cal' 'calendar' '_calendar' +'cargo' '_cargo' 'cat' '_cat' 'catchsegv' '_precommand' 'cc' '_gcc' @@ -324,6 +326,7 @@ _comps=( 'fc' '_fc' 'fc-list' '_xft_fonts' 'fc-match' '_xft_fonts' +'fd' '_fd' 'feh' '_feh' 'fetchmail' '_fetchmail' 'ffmpeg' '_ffmpeg' @@ -361,6 +364,8 @@ _comps=( 'fold' '_fold' 'folder' '_mh' 'folders' '_mh' +'foot' '_foot' +'footclient' '_footclient' 'fortune' '_fortune' 'forw' '_mh' 'fprev' '_mh' @@ -944,6 +949,7 @@ _comps=( 'pkginfo' '_pkginfo' 'pkgrm' '_pkgrm' 'pkill' '_pgrep' +'playerctl' '_playerctl' 'pldd' '_pids' 'pmake' '_make' 'pman' '_perl_modules' @@ -962,8 +968,6 @@ _comps=( 'podtoc' '_perl_modules' 'poff' '_pon' 'policytool' '_java' -'polybar' '_polybar' -'polybar-msg' '_polybar_msg' 'pon' '_pon' 'popd' '_directory_stack' 'postconf' '_postfix' @@ -1060,6 +1064,7 @@ _comps=( 'rgview' '_vim' 'rgvim' '_vim' 'ri' '_ri' +'riverctl' '_riverctl' 'rlogin' '_rlogin' 'rm' '_rm' 'rmd160' '_cksum' @@ -1084,6 +1089,7 @@ _comps=( 'run-help' '_run-help' 'rup' '_hosts' 'rusage' '_precommand' +'rustup' '_rustup' 'rview' '_vim' 'rvim' '_vim' 'rwho' '_hosts' @@ -1202,6 +1208,8 @@ _comps=( 'svnliteadmin' '_subversion' 'swaks' '_swaks' 'swanctl' '_swanctl' +'swayidle' '_swayidle' +'swaylock' '_swaylock' 'swift' '_swift' 'swiftc' '_swift' 'sync' '_nothing' @@ -1427,6 +1435,8 @@ _comps=( 'whom' '_mh' 'wiggle' '_wiggle' 'wipefs' '_wipefs' +'wl-copy' '_wl-copy' +'wl-paste' '_wl-paste' 'wodim' '_cdrecord' 'wpa_cli' '_wpa_cli' 'write' '_users_on' @@ -1660,15 +1670,17 @@ bindkey '^[,' _history-complete-newer bindkey '^[/' _history-complete-older bindkey '^[~' _bash_complete-word -autoload -Uz _alacritty _bat _bootctl _busctl _bwrap \ - _code _code-oss _coredumpctl _curl _exa \ +autoload -Uz _alacritty _bat _bootctl _btm _busctl \ + _bwrap _cargo _code _code-oss _coredumpctl \ + _curl _exa _fd _foot _footclient \ _ghcup _hostnamectl _journalctl _kernel-install _kitty \ _libinput _localectl _loginctl _machinectl _mkinitcpio \ _mpv _networkctl _oomctl _pacman _paru \ - _polybar _polybar_msg _pulseaudio _resolvectl _rg \ - _sd_hosts_or_user_at_host _sd_machines _sd_outputmodes _sd_unit_files _systemctl \ - _systemd _systemd-analyze _systemd-delta _systemd-inhibit _systemd-nspawn \ - _systemd-path _systemd-run _systemd-tmpfiles _timedatectl _udevadm \ + _playerctl _pulseaudio _resolvectl _rg _riverctl \ + _rustup _sd_hosts_or_user_at_host _sd_machines _sd_outputmodes _sd_unit_files \ + _swayidle _swaylock _systemctl _systemd _systemd-analyze \ + _systemd-delta _systemd-inhibit _systemd-nspawn _systemd-path _systemd-run \ + _systemd-tmpfiles _timedatectl _udevadm _wl-copy _wl-paste \ _xss-lock _zoxide _cdr _all_labels _all_matches \ _alternative _approximate _arg_compile _arguments _bash_completions \ _cache_invalid _call_function _combination _complete _complete_debug \