tmux 테마 추가
This commit is contained in:
@@ -307,7 +307,7 @@ colors:
|
||||
#
|
||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||
background_opacity: 0.6
|
||||
background_opacity: 0.75
|
||||
|
||||
#selection:
|
||||
#semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
|
||||
|
||||
BIN
linux/dconf/user
BIN
linux/dconf/user
Binary file not shown.
@@ -6,6 +6,7 @@ GTK_THEME DEFAULT=Lumiere
|
||||
GTK2_RC_FILES DEFAULT=/usr/share/themes/Lumiere/gtk-2.0/gtkrc
|
||||
|
||||
BROWSER DEFAULT=google-chrome-stable
|
||||
BACKLIGHT DEFAULT=intel_backlight
|
||||
|
||||
QT_STYLE_OVERRIDE DEFAULT=GTK+
|
||||
QT_QPA_PLATFORMTHEME DEFAULT=gtk2
|
||||
|
||||
@@ -143,10 +143,10 @@ XF86AudioRaiseVolume
|
||||
pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
|
||||
XF86MonBrightnessUp
|
||||
xbacklight -ctrl gmux_backlight -inc 5
|
||||
xbacklight -ctrl $BACKLIGHT -inc 5
|
||||
|
||||
XF86MonBrightnessDown
|
||||
xbacklight -ctrl gmux_backlight -dec 5
|
||||
xbacklight -ctrl $BACKLIGHT -dec 5
|
||||
|
||||
XF86KbdBrightnessUp
|
||||
xbacklight -ctrl smc::kbd_backlight -inc 10
|
||||
|
||||
1
linux/systemd/user/default.target.wants/tmux.service
Symbolic link
1
linux/systemd/user/default.target.wants/tmux.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/vbalien/.config/systemd/user/tmux.service
|
||||
17
linux/systemd/user/tmux.service
Normal file
17
linux/systemd/user/tmux.service
Normal file
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=tmux default session (detached)
|
||||
Documentation=man:tmux(1)
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
Environment=DISPLAY=:0
|
||||
ExecStart=/usr/bin/tmux new-session -d
|
||||
|
||||
ExecStop=/home/vbalien/.tmux/plugins/tmux-resurrect/scripts/save.sh
|
||||
ExecStop=/usr/bin/tmux kill-server
|
||||
KillMode=none
|
||||
|
||||
RestartSec=2
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user