Compare commits
No commits in common. "9a350fd482bf0a6c8ac5dc28dc75fc223780331e" and "a0f204156edd68edd532c2e3a02564089ae44796" have entirely different histories.
9a350fd482
...
a0f204156e
5 changed files with 6 additions and 23 deletions
|
@ -1,16 +0,0 @@
|
|||
[main]
|
||||
font = "Fira Code Nerd Font Mono:size=9"
|
||||
icon-theme = "Papirus-Dark"
|
||||
width = 60
|
||||
show-actions = "yes"
|
||||
launch-prefix = "swaymsg exec --"
|
||||
[border]
|
||||
radius = 0
|
||||
width = 1
|
||||
[colors]
|
||||
border = "f268b3ff"
|
||||
background = "121212ff"
|
||||
text = "ccccccff"
|
||||
selection = "323232ff"
|
||||
selection-text = "ccccccff"
|
||||
match = "f268b3ff"
|
|
@ -96,13 +96,13 @@ sway_keybindings:
|
|||
- bindsym: '$mod+F2'
|
||||
action: 'exec brightnessctl s +1%'
|
||||
- bindsym: $mod+F3
|
||||
action: exec wpctl set-volume @DEFAULT_SINK@ -5%
|
||||
action: exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
- bindsym: $mod+F4
|
||||
action: exec wpctl set-volume @DEFAULT_SINK@ +5%
|
||||
action: exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
- bindsym: $mod+F5
|
||||
action: exec wpctl set-mute @DEFAULT_SINK@ toggle
|
||||
action: exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
- bindsym: $mod+m
|
||||
action: exec wpctl set-mute @DEFAULT_SOURCE@ toggle
|
||||
action: exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
|
||||
# Mode resize
|
||||
- bindsym: '$mod+r'
|
||||
|
|
|
@ -3,7 +3,7 @@ sway_outputs:
|
|||
- id: 'bg'
|
||||
name: '*'
|
||||
options:
|
||||
bg: '~/medias/images/wallpapers/background.png fill'
|
||||
bg: '/usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill'
|
||||
- id: 'iiyama_27_4k_h'
|
||||
name: 'Iiyama North America PL2792UH 1166310803122'
|
||||
status: absent
|
||||
|
|
|
@ -13,4 +13,4 @@ sway_variables:
|
|||
- name: '$mod'
|
||||
value: 'Mod4'
|
||||
- name: '$menu'
|
||||
value: 'exec fuzzel'
|
||||
value: 'exec $term --app-id=launcher --title=launcher ~/.local/bin/launcher.sh'
|
||||
|
|
|
@ -131,7 +131,6 @@
|
|||
- firefox
|
||||
- foot
|
||||
- foot-terminfo
|
||||
- fuzzel
|
||||
- fzf
|
||||
- highlight
|
||||
- hugo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue