mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-16 21:30:33 +00:00
did it again dont remember jack what I changed just know its better
This commit is contained in:
@@ -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
|
||||
|
||||
Binary file not shown.
4
script/.config/script/theme-fix
Executable file
4
script/.config/script/theme-fix
Executable 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'
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
#-----------------------------------------------------
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user