did it again dont remember jack what I changed just know its better

This commit is contained in:
Zastian Pretorius
2022-09-27 15:15:14 +01:00
parent ce0a9ce107
commit f6474124b6
6 changed files with 61 additions and 21 deletions

View File

@@ -8,12 +8,13 @@
# For a full list, see the wiki (basic and advanced configuring) # For a full list, see the wiki (basic and advanced configuring)
# #
exec-once=hyprctl setcursor Simp1e 16 exec-once=hyprctl setcursor Simp1e 16
exec-once=~/.config/script/theme-fix
exec-once=waybar exec-once=waybar
exec-once=systemctl --user restart xdg-desktop-portal exec-once=systemctl --user restart xdg-desktop-portal
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once=~/.config/script/waylock.sh exec-once=~/.config/script/waylock.sh
exec-once=~/.azotebg exec-once=~/.azotebg
exec-once=xrdb -merge ~/.Xresources exec-once=foot --server
@@ -38,7 +39,6 @@ input {
general { general {
sensitivity=1.0 # for mouse cursor sensitivity=1.0 # for mouse cursor
main_mod=ALT main_mod=ALT
layout=master
gaps_in=5 gaps_in=5
gaps_out=5 gaps_out=5
border_size=2 border_size=2
@@ -51,6 +51,7 @@ general {
} }
decoration { decoration {
blur_new_optimizations = true
rounding=10 rounding=10
blur=1 blur=1
blur_size=3 # minimum 1 blur_size=3 # minimum 1
@@ -68,12 +69,15 @@ animations {
animation=workspaces,1,6,default animation=workspaces,1,6,default
} }
master {
new_is_master=false
}
dwindle { dwindle {
pseudotile=0 # enable pseudotiling on 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=pseudo,abc
#windowrule=monitor 0,xyz #windowrule=monitor 0,xyz
windowrule=tile,WebApp-ytmusic4224 windowrule=tile,WebApp-ytmusic4224
windowrule=tile,WebApp-discord5149
# example binds # example binds
bind=ALT,Return,exec,kitty bind=ALT,Return,exec,footclient
bind=ALT,Q,killactive, bind=ALT,Q,killactive,
bind=ALT,F,exec,pcmanfm bind=ALT,F,exec,pcmanfm
bind=ALT,B,exec,qutebrowser bind=ALT,B,exec,firefox
bind=ALT,E,exec,emacs bind=ALT,E,exec,emacs
bind=,107,exec,~/.config/script/wayscreenshot.sh bind=,107,exec,~/.config/script/wayscreenshot.sh
bind=SHIFT,107,exec,grim -g "$(slurp)" - | wl-copy bind=SHIFT,107,exec,grim -g "$(slurp)" - | wl-copy
@@ -115,8 +120,12 @@ bind=ALT,J,cyclenext,
bind=ALTSHIFT,H,movewindow,l bind=ALTSHIFT,H,movewindow,l
bind=ALTSHIFT,L,movewindow,r bind=ALTSHIFT,L,movewindow,r
bind=ALTSHIFT,K,movewindow,d bind=ALTSHIFT,K,movewindow,u
bind=ALTSHIFT,J,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 # resize Mode with Alt + R : Press Escape to quit
bind=ALT,R,submap,resize # will switch to a submap called resize 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 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. 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,1,workspace,1
bind=ALT,2,workspace,2 bind=ALT,2,workspace,2
bind=ALT,3,workspace,3 bind=ALT,3,workspace,3
@@ -154,3 +174,6 @@ bind=ALTSHIFT,0,movetoworkspace,10
bind=SUPER,mouse_down,workspace,e+1 bind=SUPER,mouse_down,workspace,e+1
bind=SUPER,mouse_up,workspace,e-1 bind=SUPER,mouse_up,workspace,e-1
bind=ALT,49,togglegroup
bind=ALT,tab,changegroupactive

View File

@@ -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'

View File

@@ -5,7 +5,7 @@
// "width": 1280, // Waybar width // "width": 1280, // Waybar width
"spacing": 4, // Gaps between modules (4px) "spacing": 4, // Gaps between modules (4px)
// Choose the order of the modules // Choose the order of the modules
"modules-left": ["river/tags", "custom/media"], "modules-left": ["wlr/workspaces", "custom/media"],
"modules-center": [], "modules-center": [],
"modules-right": ["idle_inhibitor", "pulseaudio","network", "cpu", "memory", "battery", "clock", "tray"], "modules-right": ["idle_inhibitor", "pulseaudio","network", "cpu", "memory", "battery", "clock", "tray"],
// Modules configuration // Modules configuration
@@ -25,6 +25,7 @@
}, },
"active-only": false, "active-only": false,
"sort-by-name": true, "sort-by-name": true,
"all-outputs": true,
}, },
"river/tags": { "river/tags": {
"num-tags": 9, "num-tags": 9,

View File

@@ -15,7 +15,7 @@ mkdir -p "$HOME"/.local/share/keyrings
#exec dbus-launch leftwm #exec dbus-launch leftwm
#polybar barbase & #polybar barbase &
#exec qtile start
exec /home/mrfluffy/.local/bin/xmonad exec /home/mrfluffy/.local/bin/xmonad
#/home/mrfluffy/.config/hentaiwm/target/release/hentaiwm &> ~/.penrose.log #/home/mrfluffy/.config/hentaiwm/target/release/hentaiwm &> ~/.penrose.log
#----------------------------------------------------- #-----------------------------------------------------

View File

@@ -1,4 +1,4 @@
#files: 811 version: 5.9 #files: 821 version: 5.9
_comps=( _comps=(
'-' '_precommand' '-' '_precommand'
@@ -112,6 +112,7 @@ _comps=(
'btdownloadheadless' '_bittorrent' 'btdownloadheadless' '_bittorrent'
'btlaunchmany' '_bittorrent' 'btlaunchmany' '_bittorrent'
'btlaunchmanycurses' '_bittorrent' 'btlaunchmanycurses' '_bittorrent'
'btm' '_btm'
'btmakemetafile' '_bittorrent' 'btmakemetafile' '_bittorrent'
'btreannounce' '_bittorrent' 'btreannounce' '_bittorrent'
'btrename' '_bittorrent' 'btrename' '_bittorrent'
@@ -135,6 +136,7 @@ _comps=(
'cabal' '_cabal' 'cabal' '_cabal'
'cal' '_cal' 'cal' '_cal'
'calendar' '_calendar' 'calendar' '_calendar'
'cargo' '_cargo'
'cat' '_cat' 'cat' '_cat'
'catchsegv' '_precommand' 'catchsegv' '_precommand'
'cc' '_gcc' 'cc' '_gcc'
@@ -324,6 +326,7 @@ _comps=(
'fc' '_fc' 'fc' '_fc'
'fc-list' '_xft_fonts' 'fc-list' '_xft_fonts'
'fc-match' '_xft_fonts' 'fc-match' '_xft_fonts'
'fd' '_fd'
'feh' '_feh' 'feh' '_feh'
'fetchmail' '_fetchmail' 'fetchmail' '_fetchmail'
'ffmpeg' '_ffmpeg' 'ffmpeg' '_ffmpeg'
@@ -361,6 +364,8 @@ _comps=(
'fold' '_fold' 'fold' '_fold'
'folder' '_mh' 'folder' '_mh'
'folders' '_mh' 'folders' '_mh'
'foot' '_foot'
'footclient' '_footclient'
'fortune' '_fortune' 'fortune' '_fortune'
'forw' '_mh' 'forw' '_mh'
'fprev' '_mh' 'fprev' '_mh'
@@ -944,6 +949,7 @@ _comps=(
'pkginfo' '_pkginfo' 'pkginfo' '_pkginfo'
'pkgrm' '_pkgrm' 'pkgrm' '_pkgrm'
'pkill' '_pgrep' 'pkill' '_pgrep'
'playerctl' '_playerctl'
'pldd' '_pids' 'pldd' '_pids'
'pmake' '_make' 'pmake' '_make'
'pman' '_perl_modules' 'pman' '_perl_modules'
@@ -962,8 +968,6 @@ _comps=(
'podtoc' '_perl_modules' 'podtoc' '_perl_modules'
'poff' '_pon' 'poff' '_pon'
'policytool' '_java' 'policytool' '_java'
'polybar' '_polybar'
'polybar-msg' '_polybar_msg'
'pon' '_pon' 'pon' '_pon'
'popd' '_directory_stack' 'popd' '_directory_stack'
'postconf' '_postfix' 'postconf' '_postfix'
@@ -1060,6 +1064,7 @@ _comps=(
'rgview' '_vim' 'rgview' '_vim'
'rgvim' '_vim' 'rgvim' '_vim'
'ri' '_ri' 'ri' '_ri'
'riverctl' '_riverctl'
'rlogin' '_rlogin' 'rlogin' '_rlogin'
'rm' '_rm' 'rm' '_rm'
'rmd160' '_cksum' 'rmd160' '_cksum'
@@ -1084,6 +1089,7 @@ _comps=(
'run-help' '_run-help' 'run-help' '_run-help'
'rup' '_hosts' 'rup' '_hosts'
'rusage' '_precommand' 'rusage' '_precommand'
'rustup' '_rustup'
'rview' '_vim' 'rview' '_vim'
'rvim' '_vim' 'rvim' '_vim'
'rwho' '_hosts' 'rwho' '_hosts'
@@ -1202,6 +1208,8 @@ _comps=(
'svnliteadmin' '_subversion' 'svnliteadmin' '_subversion'
'swaks' '_swaks' 'swaks' '_swaks'
'swanctl' '_swanctl' 'swanctl' '_swanctl'
'swayidle' '_swayidle'
'swaylock' '_swaylock'
'swift' '_swift' 'swift' '_swift'
'swiftc' '_swift' 'swiftc' '_swift'
'sync' '_nothing' 'sync' '_nothing'
@@ -1427,6 +1435,8 @@ _comps=(
'whom' '_mh' 'whom' '_mh'
'wiggle' '_wiggle' 'wiggle' '_wiggle'
'wipefs' '_wipefs' 'wipefs' '_wipefs'
'wl-copy' '_wl-copy'
'wl-paste' '_wl-paste'
'wodim' '_cdrecord' 'wodim' '_cdrecord'
'wpa_cli' '_wpa_cli' 'wpa_cli' '_wpa_cli'
'write' '_users_on' 'write' '_users_on'
@@ -1660,15 +1670,17 @@ bindkey '^[,' _history-complete-newer
bindkey '^[/' _history-complete-older bindkey '^[/' _history-complete-older
bindkey '^[~' _bash_complete-word bindkey '^[~' _bash_complete-word
autoload -Uz _alacritty _bat _bootctl _busctl _bwrap \ autoload -Uz _alacritty _bat _bootctl _btm _busctl \
_code _code-oss _coredumpctl _curl _exa \ _bwrap _cargo _code _code-oss _coredumpctl \
_curl _exa _fd _foot _footclient \
_ghcup _hostnamectl _journalctl _kernel-install _kitty \ _ghcup _hostnamectl _journalctl _kernel-install _kitty \
_libinput _localectl _loginctl _machinectl _mkinitcpio \ _libinput _localectl _loginctl _machinectl _mkinitcpio \
_mpv _networkctl _oomctl _pacman _paru \ _mpv _networkctl _oomctl _pacman _paru \
_polybar _polybar_msg _pulseaudio _resolvectl _rg \ _playerctl _pulseaudio _resolvectl _rg _riverctl \
_sd_hosts_or_user_at_host _sd_machines _sd_outputmodes _sd_unit_files _systemctl \ _rustup _sd_hosts_or_user_at_host _sd_machines _sd_outputmodes _sd_unit_files \
_systemd _systemd-analyze _systemd-delta _systemd-inhibit _systemd-nspawn \ _swayidle _swaylock _systemctl _systemd _systemd-analyze \
_systemd-path _systemd-run _systemd-tmpfiles _timedatectl _udevadm \ _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 \ _xss-lock _zoxide _cdr _all_labels _all_matches \
_alternative _approximate _arg_compile _arguments _bash_completions \ _alternative _approximate _arg_compile _arguments _bash_completions \
_cache_invalid _call_function _combination _complete _complete_debug \ _cache_invalid _call_function _combination _complete _complete_debug \