Many changes
This commit is contained in:
@@ -10,7 +10,10 @@ procmem
|
||||
procmem_shared
|
||||
fps
|
||||
fps_color_change
|
||||
gamemode
|
||||
proc_vram
|
||||
frame_timing
|
||||
frame_timing_detailed
|
||||
toggle_logging=Shift_L+F2
|
||||
toggle_hud_position=Shift_R+F11
|
||||
fps_limit_method=late
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
monitor=DP-3, 2560x1440@165, 0x0, 1, cm, srgb
|
||||
# monitor=DP-3, 2560x1440@60, 0x0, 1, cm, srgb
|
||||
# monitor=DP-3, 2560x1440@165, 0x0, 1, bitdepth, 10, cm, srgb
|
||||
# monitor=DP-3, 2560x1440@60, 0x0, 1, bitdepth, 10, cm, srgb
|
||||
monitor=DP-3, 2560x1440@165, 0x0, 1, bitdepth, 10, cm, srgb
|
||||
# monitor=DP-3, 1920x1080@60, 0x0, 1, bitdepth, 10, cm, srgb
|
||||
# monitor=DP-3, 1280x720@60, 0x0, 1, bitdepth, 10, cm, srgb
|
||||
|
||||
$terminal = kitty
|
||||
$fileManager = thunar
|
||||
@@ -10,6 +14,7 @@ $screenshotTool = hyprshot --mode region --output-folder /media/hd/clouds/nextcl
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper
|
||||
exec-once = gammastep -O 4000
|
||||
exec-once = copyq --start-server
|
||||
|
||||
exec-once = [workspace 1 silent] kitty
|
||||
exec-once = [workspace 2 silent] spotify
|
||||
@@ -18,7 +23,8 @@ exec-once = [workspace 4 silent] AyuGram
|
||||
exec-once = [workspace 5 silent] obsidian
|
||||
exec-once = [workspace 6 silent] keepassxc
|
||||
exec-once = [workspace 7 silent] steam
|
||||
exec-once = [workspace 8 silent] chromium --password-store=basic
|
||||
exec-once = [workspace 9 silent] chromium --password-store=basic
|
||||
exec-once = [workspace 10 silent] obs --startreplaybuffer --disable-missing-files-check
|
||||
|
||||
# windowrulev2 = workspace 1, class:(kitty)
|
||||
# windowrulev2 = workspace 2, class:(chromium|spotify)
|
||||
@@ -27,7 +33,9 @@ windowrulev2 = workspace 3 silent, class:(equibop)
|
||||
# windowrulev2 = workspace 5, class:(obsidian)
|
||||
# windowrulev2 = workspace 6, class:(org.keepassxc.KeePassXC)
|
||||
windowrulev2 = workspace 7 silent, class:(steam)
|
||||
# windowrulev2 = workspace 8, class:(.*chromium)
|
||||
windowrulev2 = workspace 8 silent, class:(steam_app_.*)
|
||||
# windowrulev2 = workspace 9, class:(.*chromium)
|
||||
windowrulev2 = workspace 10, class:(com.obsproject.Studio)
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Environment-variables/
|
||||
env = XCURSOR_SIZE,24
|
||||
@@ -140,7 +148,8 @@ misc {
|
||||
force_default_wallpaper = 0
|
||||
disable_hyprland_logo = true
|
||||
|
||||
vrr = 1
|
||||
vrr = 2
|
||||
# vrr = 0
|
||||
}
|
||||
|
||||
|
||||
@@ -180,7 +189,6 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
# Example binds, see https://wiki.hypr.land/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, W, killactive,
|
||||
# bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, F, fullscreen
|
||||
@@ -189,6 +197,7 @@ bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod ALT, L, exec, $lockingTool
|
||||
bind = $mainMod, S, exec, $screenshotTool
|
||||
bind = $mainMod, M, exec, wpctl set-mute -p $(hyprctl activewindow -j | jq '.pid') toggle
|
||||
|
||||
bind = $mainMod SHIFT, B, exec, ~/.config/waybar/scripts/reload-waybar.sh
|
||||
bind = $mainMod SHIFT, N, exec, hyprctl reload
|
||||
@@ -252,6 +261,9 @@ bind = $mainMod, mouse_up, workspace, e-1
|
||||
|
||||
bind = $mainMod, F1, exec, ~/.config/hypr/gamemode.sh
|
||||
|
||||
bind = ALT, F11, exec, equibop --toggle-mic
|
||||
bind = ALT, F12, exec, equibop --toggle-deafen
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
@@ -281,3 +293,5 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned
|
||||
# windowrulev2 = immediate yes, class:^(steam_app_.*)$
|
||||
# windowrulev2 = immediate yes, class:^(osu!|osu-lazer)$
|
||||
# windowrulev2 = immediate yes, class:^(Minecraft|minecraft|java|org.lwjgl.glfw)$
|
||||
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
include ./mocha.conf
|
||||
font_family fira code font
|
||||
font_size 15
|
||||
font_size 12
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
|
||||
3378
.config/retroarch.cfg
Normal file
3378
.config/retroarch.cfg
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,6 @@
|
||||
# guilty gear strive
|
||||
# SCB_GAMESCOPE_ARGS="-f -w 1920 -h 1080 -W 2560 -H 1440 -r 165 --adaptive-sync --force-grab-cursor"
|
||||
SCB_GAMESCOPE_ARGS="-f -w 1920 -h 1080 -W 2560 -H 1440 -r 165 --adaptive-sync --force-grab-cursor"
|
||||
# SCB_GAMESCOPE_ARGS="-f -w 1920 -h 1080 -W 2560 -H 1440 -r 60 --adaptive-sync --force-grab-cursor"
|
||||
# SCB_GAMESCOPE_ARGS="-f -w 1920 -h 1080 -W 2560 -H 1440 -r 165 --adaptive-sync"
|
||||
# SCB_GAMESCOPE_ARGS="-f -w 1920 -h 1080 -W 2560 -H 1440 -r 165 --adaptive-sync"
|
||||
# SCB_GAMESCOPE_ARGS+="-r 60 "
|
||||
|
||||
@@ -4,8 +4,7 @@
|
||||
# export ENABLE_GAMESCOPE_WSI=0
|
||||
# export GAMESCOPE_DISABLE_ASYNC_FLIPS=0
|
||||
# export XDG_DEFAULT_LAYOUT=no
|
||||
export SCB_GAMEMODE=1
|
||||
|
||||
# SCB_GAMESCOPE_ARGS="-f -w 1920 -h 1080 -W 2560 -H 1440 -F fsr --fsr-sharpness 5 -r 165 "
|
||||
# SCB_GAMESCOPE_ARGS="-f -w 2560 -h 1440 -r 165 --mangoapp "
|
||||
# SCB_GAMESCOPE_ARGS="-w 1920 -h 1080 -W 2560 -H 1440 "
|
||||
export SCB_NOSCOPE=1
|
||||
SCB_GAMESCOPE_ARGS="-w 1920 -h 1080 -W 2560 -H 1440 "
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"AyuGram": " Telegram",
|
||||
"Steam": " Steam",
|
||||
"WhatsDesk": " WhatsDesk",
|
||||
"class<equibop>": " $1"
|
||||
"class<equibop>": " Discord",
|
||||
"class<com.obsproject.Studio>": " Open Broadcast Software"
|
||||
},
|
||||
"icon": false,
|
||||
"separate-output": true
|
||||
@@ -44,7 +45,10 @@
|
||||
"title<.*YouTube Music>": " ",
|
||||
"title<.*YouTube>": " ",
|
||||
"title<Installed packages>": " ",
|
||||
"title<Updates>": " "
|
||||
"title<Updates>": " ",
|
||||
"class<com.obsproject.Studio>": " ",
|
||||
"class<org.prismlauncher.PrismLauncher>": " ",
|
||||
"class<.*>": " "
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"*": 10,
|
||||
|
||||
@@ -98,8 +98,6 @@ tooltip {
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* LEFT MODULES */
|
||||
|
||||
#window {
|
||||
@@ -146,10 +144,11 @@ window#waybar.empty #window {
|
||||
}
|
||||
|
||||
#tray {
|
||||
border-radius: 18px 0 0 18px;
|
||||
/* border-radius: 18px 0 0 18px; */
|
||||
border-radius: 18px;
|
||||
}
|
||||
|
||||
#custom-swaync {
|
||||
border-radius: 18px;
|
||||
margin-right: 5px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user