gamemode 1080p 330hz toggle

This commit is contained in:
2025-12-30 22:48:38 +02:00
parent db810daf00
commit e4296a3251
5 changed files with 133 additions and 6 deletions

View File

@@ -63,6 +63,19 @@ set $menu fuzzel
# File manager (Arch alternatives)
set $filemanager thunar
# Defaults (kept here so the config still loads even if the included file is missing)
set $dp1_mode 3840x2160@165Hz
set $dp1_bar_height 40
set $dp1_bar_font pango: FontAwesome, monospace 14
set $dp2_x 3840
set $dp2_bar_height 24
set $dp2_bar_font pango: FontAwesome, monospace 10
# Display/bar profile overrides (written by a toggle script).
# If this file doesn't exist, sway will just use the defaults below.
include /home/raga/.config/sway/display-profile.conf
###############################################################################
# Output configuration
###############################################################################
@@ -81,11 +94,11 @@ output DP-1 {
# mode 2560x1440@60Hz
# FULL
mode 3840x2160@165Hz
mode $dp1_mode
}
output DP-2 {
position 3840 0
position $dp2_x 0
# ECO
# mode 2560x1440@60Hz
@@ -510,9 +523,9 @@ bar {
output DP-1
position bottom
mode dock
height 40
height $dp1_bar_height
#font pango:monospace 10
font pango: FontAwesome, monospace 14
font $dp1_bar_font
separator_symbol " "
strip_workspace_numbers yes
workspace_min_width 36
@@ -537,9 +550,9 @@ bar {
output DP-2
position bottom
mode dock
height 24
height $dp2_bar_height
#font pango:monospace 10
font pango: FontAwesome, monospace 10
font $dp2_bar_font
separator_symbol " "
strip_workspace_numbers yes
workspace_min_width 36