mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-26 04:28:43 +01:00
workspace icons
This commit is contained in:
parent
c8b30d0c11
commit
f01a678470
@ -26,7 +26,7 @@ window:
|
||||
# Blank space added around the window in pixels. This padding is scaled
|
||||
# by DPI and the specified value is always added at both opposing sides.
|
||||
padding:
|
||||
x: 10
|
||||
x: 5
|
||||
y: 10
|
||||
|
||||
# Window decorations
|
||||
|
14
sway/config
14
sway/config
@ -1,9 +1,4 @@
|
||||
# Default config for sway
|
||||
#
|
||||
# Copy this to ~/.config/sway/config and edit it to your liking.
|
||||
#
|
||||
# Read `man 5 sway` for a complete reference.
|
||||
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
input * {
|
||||
xkb_layout "gb"
|
||||
}
|
||||
@ -24,6 +19,7 @@ set $term alacritty
|
||||
# Your preferred application launcher
|
||||
set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
|
||||
|
||||
# Default swaylock
|
||||
set $swaylock swaylock -f
|
||||
|
||||
### Output configuration
|
||||
@ -43,12 +39,6 @@ exec_always {
|
||||
gsettings set org.gnome.desktop.wm.preferences button-layout ''
|
||||
}
|
||||
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
||||
#
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
|
||||
### Idle configuration
|
||||
exec swayidle -w \
|
||||
|
@ -32,6 +32,7 @@
|
||||
"format-icons": {
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"urgent": "",
|
||||
"focused": "",
|
||||
"default": ""
|
||||
|
Loading…
Reference in New Issue
Block a user