tasking update
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[Settings]
|
||||
gtk-icon-theme-name = Arc
|
||||
gtk-theme-name = Arc-Dark-solid
|
||||
gtk-theme-name = Arc
|
||||
# gtk-theme-name = Arc-Dark-solid
|
||||
gtk-font-name = Noto Sans 11
|
||||
gtk-cursor-theme-name=Adwaita
|
||||
gtk-cursor-theme-size=0
|
||||
@@ -15,4 +16,4 @@ gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
||||
gtk-xft-rgba=rgb
|
||||
gtk-decoration-layout=menu:close
|
||||
gtk-application-prefer-dark-theme=1
|
||||
#gtk-application-prefer-dark-theme=0
|
||||
|
||||
@@ -21,6 +21,7 @@ set $term alacritty
|
||||
#
|
||||
# Your preferred application launcher
|
||||
# set $menu dmenu_run
|
||||
# set $menu bemenu-run
|
||||
# Note: it's recommended that you pass the final command to sway
|
||||
set $menu dmenu_path | dmenu | xargs swaymsg exec --
|
||||
|
||||
@@ -33,9 +34,9 @@ bindsym $mod+Shift+z exec "date --iso-8601='seconds' | tr -d '\n' | wl-copy"
|
||||
# bindsym $mod+Shift+z exec "date --iso-8601='seconds' | tr -d '\n' | xclip -selection clipboard"
|
||||
|
||||
#audio output kbd control- pulse audio
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 0 +5%
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume 0 -5%
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
#audio output kbd control- alsa utils
|
||||
#bindsym XF86AudioRaiseVolume exec amixer -q set Master 2dB+ unmute
|
||||
#bindsym XF86AudioRaiseVolume exec amixer -q set Master 2dB+ unmute
|
||||
@@ -191,7 +192,7 @@ bindsym $mod+Shift+r restart
|
||||
# Exit sway (logs you out of your Wayland session)
|
||||
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
|
||||
|
||||
# resize windowfigures/2020-02-25-021616.png" (you can also use the mouse for that)
|
||||
# resize window (you can also use the mouse for that)
|
||||
mode "resize" {
|
||||
# These bindings trigger as soon as you enter the resize mode
|
||||
|
||||
@@ -313,3 +314,4 @@ include /etc/sway/config.d/*
|
||||
# exec xrdb -load ~/.Xresources
|
||||
# exec mako
|
||||
exec dunst
|
||||
exec_always "systemctl --user import-environment; systemctl --user start sway-session.target"
|
||||
|
||||
@@ -2,6 +2,5 @@
|
||||
Description=check-battery
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=%h/bin/check-battery.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user