modified sway, alacritty conf
This commit is contained in:
parent
da698103f9
commit
f089998c06
@ -19,7 +19,7 @@ font:
|
|||||||
size: 11
|
size: 11
|
||||||
|
|
||||||
# Opacity
|
# Opacity
|
||||||
background_opacity: 0.90
|
window.opacity: 0.90
|
||||||
|
|
||||||
# Gruvbox
|
# Gruvbox
|
||||||
colors:
|
colors:
|
||||||
|
@ -12,12 +12,28 @@ set $term alacritty
|
|||||||
set $menu wofi --show run
|
set $menu wofi --show run
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
output HDMI-A-1 pos 0 0 res 1920x1080
|
output DP-1 pos 0 0 res 1920x1080
|
||||||
|
output HDMI-A-1 pos -1920 0 res 1920x1080
|
||||||
output DVI-D-1 pos 1920 0 res 1920x1080
|
output DVI-D-1 pos 1920 0 res 1920x1080
|
||||||
|
|
||||||
# Wallpaper
|
### Wallpaper
|
||||||
output HDMI-A-1 bg ~/.wallpaper.jpeg fill
|
output HDMI-A-1 bg ~/.wallpaper.png fill
|
||||||
output DVI-D-1 bg ~/.wallpaper.jpeg fill
|
output DVI-D-1 bg ~/.wallpaper.png fill
|
||||||
|
output DP-1 bg ~/.wallpaper.png fill
|
||||||
|
|
||||||
|
### Workspace binding
|
||||||
|
|
||||||
|
## DP-1 bindings
|
||||||
|
workspace 1 output DP-1
|
||||||
|
workspace 2 output DP-1
|
||||||
|
workspace 4 output DP-1
|
||||||
|
|
||||||
|
## HDMI-A-1 bindings
|
||||||
|
workspace 3 output HDMI-A-1
|
||||||
|
|
||||||
|
## DVI-D-1 bindings
|
||||||
|
workspace 6 output DVI-D-1
|
||||||
|
workspace 7 output DVI-D-1
|
||||||
|
|
||||||
### Colour options
|
### Colour options
|
||||||
set $bg #40291a
|
set $bg #40291a
|
||||||
@ -148,6 +164,12 @@ floating_modifier $mod normal
|
|||||||
# Move focus to the parent container
|
# Move focus to the parent container
|
||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
|
|
||||||
|
### Taking screenshots
|
||||||
|
# Take a screenshot of all monitors
|
||||||
|
bindsym Print exec grim -t jpeg ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpg
|
||||||
|
|
||||||
|
# Take a screenshot of a given selection
|
||||||
|
bindsym $mod+Print exec grim -t jpeg -g "$(slurp)" ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%m-%s).jpeg
|
||||||
### Resizing containers
|
### Resizing containers
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
bindsym $left resize shrink width 10px
|
bindsym $left resize shrink width 10px
|
||||||
@ -194,8 +216,8 @@ default_border pixel 2
|
|||||||
gaps inner 10px
|
gaps inner 10px
|
||||||
|
|
||||||
# Applications
|
# Applications
|
||||||
exec spotifyd
|
|
||||||
exec_always /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec_always /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
exec mako
|
||||||
|
|
||||||
set $opacity 1.00
|
set $opacity 1.00
|
||||||
for_window [class=".*"] opacity $opacity
|
for_window [class=".*"] opacity $opacity
|
||||||
|
Loading…
Reference in New Issue
Block a user