mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-24 17:15:08 +03:00
Move panel to the top, fix solarized, add alias to quickly show current
keystrokes, autostart htop at 10 workspace
This commit is contained in:
parent
199be95b91
commit
bbc5a95947
4 changed files with 15 additions and 6 deletions
|
@ -123,3 +123,9 @@ bindsym $mod+r mode "resize"
|
|||
# Floating
|
||||
for_window [app_id="pavucontrol"] floating enable
|
||||
for_window [app_id="pavucontrol"] resize set 600 300
|
||||
|
||||
# Autostart
|
||||
|
||||
exec alacritty --class htop -e htop
|
||||
for_window [app_id="htop"] move container to workspace number 10
|
||||
for_window [app_id="htop"] fullscreen
|
||||
|
|
|
@ -5,10 +5,10 @@ exec_always {
|
|||
gsettings set $gnome-schema gtk-theme 'Breeze-Dark'
|
||||
gsettings set $gnome-schema icon-theme 'breeze-dark'
|
||||
gsettings set $gnome-schema cursor-theme 'breeze_cursors'
|
||||
gsettings set $gnome-schema font-name 'JetBrains Mono 10'
|
||||
gsettings set $gnome-schema font-name 'JetBrains Mono 9'
|
||||
}
|
||||
|
||||
# Property Name Border BG Text
|
||||
client.focused #839496 #839496 #002b36
|
||||
client.focused_inactive #839496 #002b36 #002b36
|
||||
client.unfocused #002b36 #003b36 #839496
|
||||
# Property Name Border BG Text Indicator Child_border
|
||||
client.focused #839496 #002b36 #839496 #839496 #839496
|
||||
client.focused_inactive #002b36 #002b36 #839496 #839496 #002b36
|
||||
client.unfocused #002b36 #002b36 #839496 #839496 #002b36
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
//"height": , // Waybar height (to be removed for auto height)
|
||||
"position": "bottom",
|
||||
"position": "top",
|
||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||
"modules-center": ["sway/window"],
|
||||
"modules-right": ["idle_inhibitor", "network", "pulseaudio", "cpu", "memory", "temperature", "battery", "sway/language", "clock", "tray"],
|
||||
|
|
|
@ -10,3 +10,6 @@ source $ZSH/oh-my-zsh.sh
|
|||
|
||||
alias vi="nvim"
|
||||
alias vim="nvim"
|
||||
|
||||
|
||||
alias show_current_keys="wshowkeys -F \"JetBrains Mono 9\" -a left -a bottom -t 1"
|
||||
|
|
Loading…
Reference in a new issue