update i3 config

This commit is contained in:
2023-07-10 07:35:38 -04:00
parent 6502c2ecaf
commit c5e16241f0
3 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -52,11 +52,12 @@ for_window [class="Nextcloud|Blueman-manager"] floating enable, border pixel 0
for_window [title="Friends List"] floating enable
for_window [class="GParted"] floating enable, resize set 1550 900, border pixel 0, move position center
for_window [class="Streamdeck UI"] floating enable, resize set 500 508
for_window [class="org.remmina.Remmina|vlc|Thunar"] floating enable, border pixel 3
for_window [class="org.remmina.Remmina|vlc|Thunar|MultiMC"] floating enable, border pixel 3
for_window [class="fm|vol|mus|Bitwarden"] floating enable, resize set 1250 700, move scratchpad, border pixel 5
# Assign workspaces
assign [class="LibreWolf|^[Ff]irefox.*|^Brave.*|firedragon|Chromium"] 2
assign [class="Code"] 3
assign [class="obsidian"] 4
assign [class="obs$"] 6
assign [class="Signal|discord"] 7
+4 -1
View File
@@ -3,11 +3,13 @@ bindsym $mod+q kill
bindsym $mod+Shift+r restart
bindsym Print exec --no-startup-id flameshot gui
bindsym $mod+c exec --no-startup-id ~/.config/rofi/scripts/configs.sh
bindsym $mod+Shift+c exec --no-startup-id "rofi -modi ssh -show ssh -show-icons"
bindsym $mod+d exec --no-startup-id "dmenu_run -fn 'SpaceMono Nerd Font-11' -nf '#81a1c1' -nb '#434c5e' -sb '#5e81ac' -sf '#88c0d0'"
bindsym $mod+Shift+d exec --no-startup-id "rofi -modi drun,run -show drun -show-icons"
#bindsym $mod+Ctrl+d exec --no-startup-id "xlunch ~/.config/xlunch/default.config"
bindsym $mod+period exec --no-startup-id "rofi -fn -modi emoji -show emoji"
#bindsym $mod+Ctrl+l exec --no-startup-id betterlockscreen -l dimblur
bindsym $mod+Shift+m exec --no-startup-id $fileManager
bindsym $mod+Ctrl+Escape exec --no-startup-id "~/.config/i3/i3-restore/i3-save && archlinux-logout"
bindsym $mod+Ctrl+0 exec --no-startup-id "~/.config/i3/i3-restore/i3-save && archlinux-logout"
@@ -15,7 +17,8 @@ bindsym $mod+Ctrl+0 exec --no-startup-id "~/.config/i3/i3-restore/i3-s
bindsym $mod+Return exec --no-startup-id $myTerm
bindsym $mod+Print exec --no-startup-id screenkey
bindsym $mod+b exec --no-startup-id $myBrowser
#bindsym $mod+m exec $fileManager
bindsym $mod+F2 exec --no-startup-id obsidian
bindsym $mod+F3 exec --no-startip-id code
# Multimedia keys
set $refresh_i3status killall -SIGUSR1 i3status
+4 -3
View File
@@ -32,15 +32,16 @@ ethernet _first_ {
}
battery all {
format = "%status %percentage (%remaining)"
format = "%status %percentage %remaining (%consumption)"
format_down = ""
status_chr = "󰂄 CHR"
status_bat = "󰁿 BAT"
status_unk = "󱉝 UNK"
status_full = "󰁹 FULL"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 25
low_threshold = 15
threshold_type = "percentage"
last_full_capacity = true
integer_battery_capacity = true
}
@@ -65,7 +66,7 @@ load {
memory {
memory_used_method = memavailable
format = " %free/%total (%used)"
format = " %used/%total (%free)"
threshold_degraded = "10%"
threshold_critical = "5%"
format_degraded = " %free/%total (%used)"