First time setup on SMWorkstation
parent
66fc6071f8
commit
ca9d68451b
|
@ -9,7 +9,8 @@ font pango: Noto Sans 8
|
||||||
floating_modifier $super
|
floating_modifier $super
|
||||||
|
|
||||||
#autostart
|
#autostart
|
||||||
exec --no-startup-id hsetroot -center ~/.wallpaper.png
|
exec --no-startup-id ibus-daemon &
|
||||||
|
exec --no-startup-id hsetroot -cover ~/Pictures/wallpaper/wallhaven-0je2yp.jpg
|
||||||
exec --no-startup-id xsettingsd &
|
exec --no-startup-id xsettingsd &
|
||||||
exec --no-startup-id compton -b
|
exec --no-startup-id compton -b
|
||||||
|
|
||||||
|
@ -22,10 +23,10 @@ bindsym $super+d exec rofi -lines 12 -padding 18 -width 60 -location 0 -show dru
|
||||||
|
|
||||||
# common apps keybinds
|
# common apps keybinds
|
||||||
bindsym Print exec scrot 'Cheese_%a-%d%b%y_%H.%M.png' -e 'viewnior ~/$f'
|
bindsym Print exec scrot 'Cheese_%a-%d%b%y_%H.%M.png' -e 'viewnior ~/$f'
|
||||||
bindsym $super+l exec i3lock -i ~/.wallpaper.png
|
bindsym $super+l exec i3lock -d -t --image=~/Pictures/wallpaper/wallhaven-0je2yp.jpg
|
||||||
bindsym $super+Shift+w exec firefox
|
bindsym $super+Shift+w exec firefox
|
||||||
bindsym $super+Shift+f exec thunar;workspace 3;focus
|
bindsym $super+Shift+f exec thunar;workspace 3;focus
|
||||||
#bindsym $super+Shift+g exec geany
|
bindsym $super+Shift+c exec code --no-sandbox
|
||||||
|
|
||||||
#change volume
|
#change volume
|
||||||
# bindsym XF86AudioRaiseVolume exec amixer -q set Master
|
# bindsym XF86AudioRaiseVolume exec amixer -q set Master
|
|
@ -12,10 +12,9 @@ order += "load"
|
||||||
order += "cpu_temperature 0"
|
order += "cpu_temperature 0"
|
||||||
order += "disk /"
|
order += "disk /"
|
||||||
order += "disk /home"
|
order += "disk /home"
|
||||||
# order += "ethernet eno1"
|
order += "ethernet enp0s31f6"
|
||||||
order += "wireless wlo1"
|
# order += "wireless wlo1"
|
||||||
order += "volume master"
|
order += "volume master"
|
||||||
order += "battery 0"
|
|
||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
|
|
||||||
load {
|
load {
|
||||||
|
@ -35,7 +34,7 @@ disk "/home" {
|
||||||
format = "<span background='#a1d569'> %free Free </span>"
|
format = "<span background='#a1d569'> %free Free </span>"
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet eno1 {
|
ethernet enp0s31f6 {
|
||||||
format_up = "<span background='#88c0d0'> %ip </span>"
|
format_up = "<span background='#88c0d0'> %ip </span>"
|
||||||
format_down = "<span background='#88c0d0'> Disconnected </span>"
|
format_down = "<span background='#88c0d0'> Disconnected </span>"
|
||||||
}
|
}
|
||||||
|
@ -53,18 +52,6 @@ volume master {
|
||||||
mixer_idx = 0
|
mixer_idx = 0
|
||||||
}
|
}
|
||||||
|
|
||||||
battery 0 {
|
|
||||||
last_full_capacity = true
|
|
||||||
format = "<span background='#a3be8c'> %status %percentage </span>"
|
|
||||||
format_down = "No Battery"
|
|
||||||
status_chr = "Charging"
|
|
||||||
status_bat = "Battery"
|
|
||||||
status_unk = "Unknown"
|
|
||||||
status_full = "Charged"
|
|
||||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
|
||||||
low_threshold = 10
|
|
||||||
}
|
|
||||||
|
|
||||||
tztime local {
|
tztime local {
|
||||||
format = "<span background='#81a1c1'> %time </span>"
|
format = "<span background='#81a1c1'> %time </span>"
|
||||||
format_time = " %a %-d %b %H:%M"
|
format_time = " %a %-d %b %H:%M"
|
Binary file not shown.
|
@ -0,0 +1,3 @@
|
||||||
|
# ibus setup in SMWorkstation
|
||||||
|
|
||||||
|
ibus-setup need work under non-anaconda environment
|
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
ln -s ${BASEDIR}/i3 ~/.config/i3
|
#ln -s ${BASEDIR}/i3 ~/.config/i3
|
||||||
|
echo $BASEDIR
|
||||||
|
|
Loading…
Reference in New Issue