revert kb layout switching

This commit is contained in:
thek4n 2025-11-10 00:11:35 +03:00
parent 17164de6ad
commit e5f3079c82
2 changed files with 2 additions and 84 deletions

View File

@ -25,7 +25,7 @@ exec --no-startup-id unclutter -idle 0.3 -root
exec_always --no-startup-id xset r rate 250 100 exec_always --no-startup-id xset r rate 250 100
exec_always --no-startup-id setxkbmap -model pc105 -layout us,ru -option ctrl:nocaps exec_always --no-startup-id setxkbmap -model pc105 -layout us,ru -option grp:win_space_toggle -option ctrl:nocaps
# Wallpapers # Wallpapers
@ -40,7 +40,7 @@ font xft:FiraCode $font_size
set $refresh_i3blocks exec pkill -SIGRTMIN+10 i3blocks set $refresh_i3blocks exec pkill -SIGRTMIN+10 i3blocks
set $refresh_i3blocks_language exec pkill -SIGRTMIN+11 i3blocks set $refresh_i3blocks_language exec pkill -SIGRTMIN+11 i3blocks
bindsym $mod+space exec --no-startup-id switch-layout && $refresh_i3blocks_language # bindsym $mod+space exec --no-startup-id switch-layout && $refresh_i3blocks_language
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3blocks bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3blocks
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3blocks bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3blocks

View File

@ -1,82 +0,0 @@
general {
colors = true
interval = 5
output_format = i3bar
}
order += "wireless _first_"
order += "ethernet _first_"
order += "disk /"
order += "disk /home"
order += "memory"
order += "cpu_usage"
order += "cpu_temperature 0"
order += "tztime holder__headphones"
order += "battery all"
order += "volume master"
order += "tztime local"
wireless _first_ {
format_up = " (%quality at %essid %frequency) %ip"
format_down = " down"
color_bad = "#454545"
}
ethernet _first_ {
format_up = " %ip"
format_down = " down"
}
battery all {
format = "%status %percentage"
last_full_capacity = false
format_down = ""
status_chr = "⚡"
status_bat = "🔋"
status_unk = "?"
status_full = ""
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 15
}
disk "/" {
format = "/ %used/%total"
}
disk "/home" {
format = " %used/%total"
}
memory {
format = " %used/%total"
threshold_degraded = "1G"
threshold_critical = "200M"
format_degraded = "MEMORY < %available"
}
cpu_usage {
format = " %usage"
}
cpu_temperature 0 {
format = " %degrees°"
max_threshold = "80"
format_above_threshold = " %degrees"
}
tztime local {
format = " %d.%m.%y %a  %H:%M"
}
volume master {
format = " %volume"
format_muted = ": muted %volume"
device = "default"
mixer = "Master"
mixer_idx = 0
}
tztime holder__headphones {
format = "holder__headphones"
}