mirror of
https://github.com/nboughton/dotfiles
synced 2024-11-26 13:33:54 +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
|
# 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.
|
# by DPI and the specified value is always added at both opposing sides.
|
||||||
padding:
|
padding:
|
||||||
x: 10
|
x: 5
|
||||||
y: 10
|
y: 10
|
||||||
|
|
||||||
# Window decorations
|
# Window decorations
|
||||||
|
14
sway/config
14
sway/config
@ -1,9 +1,4 @@
|
|||||||
# Default config for sway
|
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||||
#
|
|
||||||
# Copy this to ~/.config/sway/config and edit it to your liking.
|
|
||||||
#
|
|
||||||
# Read `man 5 sway` for a complete reference.
|
|
||||||
|
|
||||||
input * {
|
input * {
|
||||||
xkb_layout "gb"
|
xkb_layout "gb"
|
||||||
}
|
}
|
||||||
@ -24,6 +19,7 @@ set $term alacritty
|
|||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
|
set $menu wofi -c ~/.config/wofi/config -s ~/.config/wofi/style.css -I
|
||||||
|
|
||||||
|
# Default swaylock
|
||||||
set $swaylock swaylock -f
|
set $swaylock swaylock -f
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
@ -43,12 +39,6 @@ exec_always {
|
|||||||
gsettings set org.gnome.desktop.wm.preferences button-layout ''
|
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
|
### Idle configuration
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
"format-icons": {
|
"format-icons": {
|
||||||
"1": "",
|
"1": "",
|
||||||
"2": "",
|
"2": "",
|
||||||
|
"3": "",
|
||||||
"urgent": "",
|
"urgent": "",
|
||||||
"focused": "",
|
"focused": "",
|
||||||
"default": ""
|
"default": ""
|
||||||
|
Loading…
Reference in New Issue
Block a user