I did many things

This commit is contained in:
2025-12-07 18:45:33 +02:00
parent e5b3e819a3
commit 0045ea188f
7 changed files with 690 additions and 27 deletions

View File

@@ -33,8 +33,8 @@ include /etc/sway/config-vars.d/*
# pos 1360 0
# }
set $main DP-1
set $second HDMI-A-2
set $TV HDMI-A-4
set $second HDMI-A-4
# set $TV HDMI-A-3
output $second resolution 1360x768 pos 3130 100
output $TV {
mode 1360x768
@@ -46,9 +46,10 @@ pos 0 0
}
focus output $main
output $second {
resolution 1280x1024 pos 1920 0
resolution 1280x1024@60.020Hz pos 1920 0
transform 270
scale 0.85
disable
}
@@ -94,7 +95,7 @@ input "type:keyboard" {
}
input "type:tablet_tool" {
map_to_output DP-1
left_handed enable
left_handed disable
}
#-layout us,ara -variant ,ergoarabic -option "compose:ralt" -option "caps:escape" -option "grp:alt_shift_toggle"
}
@@ -281,26 +282,26 @@ bindsym $mod+r mode "resize"
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
# bar {
# position top
bar {
position top
# # When the status_command prints a new line to stdout, swaybar updates.
# # The default just shows the current date and time.
# status_command i3status
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command i3status
# colors {
# # Whole color settings
# background #3c3836
# statusline #ebdbb2
# separator #666666
colors {
# Whole color settings
background #3c3836
statusline #ebdbb2
separator #666666
# focused_workspace #458588 #458588 #ebdbb2
# active_workspace #83a598 #83a598 #ebdbb2
# inactive_workspace #504945 #504945 #ebdbb2
# urgent_workspace #cc241d #cc241d #504945
# }
# }
focused_workspace #458588 #458588 #ebdbb2
active_workspace #83a598 #83a598 #ebdbb2
inactive_workspace #504945 #504945 #ebdbb2
urgent_workspace #cc241d #cc241d #504945
}
}
include $HOME/.config/sway/config.d/*
# for_window [class=".*"] border pixel 2

View File

@@ -52,9 +52,9 @@ bindsym --no-warn XF86AudioPrev exec playerctl previous
#
# Status Bar:
#
bar {
swaybar_command waybar
}
# bar {
# swaybar_command waybar
# }
# System mode menu
set $mode_system "What to do? (l) lock, (e) logout, (r) reboot, (s) suspend, (Shift+s) shutdown"