Compare commits
5 Commits
LubuntuLap
...
master
Author | SHA1 | Date |
---|---|---|
Jason Zhu | c881fc96d6 | |
Jason Zhu | ac81726964 | |
Jason Zhu | 236a05f23c | |
Jason Zhu | 902216381c | |
Jason Zhu | dc70c25db8 |
|
@ -1,3 +1,4 @@
|
|||
############################ GENERAL for all platform #############################
|
||||
# set modifier
|
||||
set $super Mod4
|
||||
set $alt Mod1
|
||||
|
@ -8,12 +9,11 @@ font pango: Noto Sans 8
|
|||
# Use Mouse+$super to drag floating windows to their wanted position
|
||||
floating_modifier $super
|
||||
|
||||
#autostart
|
||||
exec_always --no-startup-id hsetroot -cover ~/Pictures/wallpaper/wallhaven-39gogv.jpg
|
||||
# Autostart (GENERAL)
|
||||
exec --no-startup-id xsettingsd &
|
||||
exec --no-startup-id compton -b
|
||||
exec --no-startup-id ibus-daemon &
|
||||
exec --no-startup-id spotify
|
||||
exec --no-startup-id ~/.SynologyDrive/SynologyDrive.app/bin/cloud-drive-ui
|
||||
|
||||
# start a terminal
|
||||
bindsym $super+Return exec i3-sensible-terminal
|
||||
|
@ -24,42 +24,9 @@ bindsym $super+d exec rofi -lines 12 -padding 18 -width 60 -location 0 -show dru
|
|||
|
||||
# common apps keybinds
|
||||
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 -i ~/Pictures/wallpaper/Download-free-Wonder-Woman-Wallpaper-HD-1.jpg
|
||||
bindsym $super+Shift+w exec firefox
|
||||
bindsym $super+Shift+f exec thunar;workspace 3;focus
|
||||
#bindsym $super+Shift+g exec geany
|
||||
|
||||
#change volume
|
||||
# bindsym XF86AudioRaiseVolume exec amixer -q set Master
|
||||
# bindsym XF86AudioLowerVolume exec amixer -q set Master 5%-
|
||||
# bindsym XF86AudioMute exec amixer set Master toggle
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 1 +5%
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume 1 -5%
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute 1 toggle
|
||||
|
||||
# music control
|
||||
#bindsym XF86AudioNext exec mpc next
|
||||
#bindsym XF86AudioPrev exec mpc prev
|
||||
#bindsym XF86AudioPlay exec mpc toggle
|
||||
#bindsym XF86AudioStop exec mpc stop
|
||||
bindsym XF86AudioNext exec playerctl next
|
||||
bindsym XF86AudioPrev exec playerctl previous
|
||||
bindsym XF86AudioPlay exec playerctl play-pause
|
||||
|
||||
mode "media" {
|
||||
bindsym Up exec pactl set-sink-volume 1 +5%
|
||||
bindsym Down exec pactl set-sink-volume 1 -5%
|
||||
|
||||
bindsym Right exec playerctl next
|
||||
bindsym Left exec playerctl previous
|
||||
bindsym space exec playerctl play-pause
|
||||
bindsym Return mode "default"
|
||||
}
|
||||
bindsym $super+m mode "media"
|
||||
|
||||
# brightness control
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 10
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
|
||||
bindsym $super+Shift+f exec thunar;workspace $workspace;focus
|
||||
|
||||
# kill focused window
|
||||
bindsym $super+c kill
|
||||
|
@ -100,32 +67,64 @@ bindsym $alt+Control+Right workspace next
|
|||
bindsym $alt+Control+Left workspace prev
|
||||
|
||||
set $workspace1 "1: Terminal"
|
||||
set $workspace2 "2: "
|
||||
set $workspace3 "3: "
|
||||
set $workspace4 "4: Editor"
|
||||
set $workspace2 "2: Firefox"
|
||||
set $workspace3 "3: File"
|
||||
set $workspace4 "4: Time"
|
||||
set $workspace5 "5: Editor"
|
||||
set $workspace6 "6: Chat"
|
||||
set $workspace7 "7: Anything"
|
||||
set $workspace8 "8: Anything"
|
||||
set $workspace9 "9: Music"
|
||||
|
||||
bindsym $super+1 workspace $workspace1
|
||||
bindsym $super+2 workspace $workspace2
|
||||
bindsym $super+3 workspace $workspace3
|
||||
bindsym $super+4 workspace $workspace4
|
||||
bindsym $super+5 workspace 5
|
||||
bindsym $super+6 workspace 6
|
||||
bindsym $super+7 workspace 7
|
||||
bindsym $super+8 workspace 8
|
||||
bindsym $super+5 workspace $workspace5
|
||||
bindsym $super+6 workspace $workspace6
|
||||
bindsym $super+7 workspace $workspace7
|
||||
bindsym $super+8 workspace $workspace8
|
||||
bindsym $super+9 workspace $workspace9
|
||||
|
||||
# move focused container to workspace
|
||||
# Move Focused Container To Workspace
|
||||
bindsym $super+Shift+1 move container to workspace $workspace1
|
||||
bindsym $super+Shift+2 move container to workspace $workspace2
|
||||
bindsym $super+Shift+3 move container to workspace $workspace3
|
||||
bindsym $super+Shift+4 move container to workspace $workspace4
|
||||
bindsym $super+Shift+5 move container to workspace 5
|
||||
bindsym $super+Shift+6 move container to workspace 6
|
||||
bindsym $super+Shift+7 move container to workspace 7
|
||||
bindsym $super+Shift+8 move container to workspace 8
|
||||
bindsym $super+Shift+5 move container to workspace $workspace5
|
||||
bindsym $super+Shift+6 move container to workspace $workspace6
|
||||
bindsym $super+Shift+7 move container to workspace $workspace7
|
||||
bindsym $super+Shift+8 move container to workspace $workspace8
|
||||
bindsym $super+Shift+9 move container to workspace $workspace9
|
||||
|
||||
# Volume Tunning with media key on keyboard (Check media.md in repo for installing/using programs)
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume 1 +5%
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume 1 -5%
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute 1 toggle
|
||||
|
||||
# Music Control with media key on keyboard (Check media.md in repo for installing/using programs)
|
||||
bindsym XF86AudioNext exec playerctl next
|
||||
bindsym XF86AudioPrev exec playerctl previous
|
||||
bindsym XF86AudioPlay exec playerctl play-pause
|
||||
|
||||
# Media control using separate mode (for 60% keyboard)
|
||||
bindsym $super+m mode "media"
|
||||
mode "media" {
|
||||
bindsym Up exec pactl set-sink-volume 1 +5%
|
||||
bindsym Down exec pactl set-sink-volume 1 -5%
|
||||
bindsym 9 exec pactl set-sink-volume 1 90%
|
||||
bindsym 8 exec pactl set-sink-volume 1 80%
|
||||
bindsym 7 exec pactl set-sink-volume 1 70%
|
||||
bindsym 6 exec pactl set-sink-volume 1 60%
|
||||
bindsym 5 exec pactl set-sink-volume 1 50%
|
||||
bindsym 4 exec pactl set-sink-volume 1 40%
|
||||
|
||||
bindsym Right exec playerctl next
|
||||
bindsym Left exec playerctl previous
|
||||
bindsym space exec playerctl play-pause
|
||||
bindsym Return mode "default"
|
||||
}
|
||||
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindsym $super+Shift+r restart
|
||||
|
||||
|
@ -163,9 +162,9 @@ for_window [class=".*"] border pixel 4
|
|||
assign [class=URxvt] $workspace1
|
||||
assign [class=Firefox|Transmission-gtk] $workspace2
|
||||
assign [class=Thunar|File-roller] $workspace3
|
||||
assign [class=Code|Geany|Evince|Gucharmap|Soffice|libreoffice*] $workspace4
|
||||
assign [class=Audacity|Vlc|mpv|Ghb|Xfburn|Gimp*|Inkscape] 5
|
||||
assign [class=Lxappearance|System-config-printer.py|Lxtask|GParted|Pavucontrol|Exo-helper*|Lxrandr|Arandr] 6
|
||||
assign [class=Audacity|Vlc|mpv|Ghb|Xfburn|Gimp*|Inkscape] $workspace4
|
||||
assign [class=Code*|Geany|Evince|Gucharmap|Soffice|libreoffice*] $workspace5
|
||||
assign [class=Lxappearance|System-config-printer.py|Lxtask|GParted|Pavucontrol|Exo-helper*|Lxrandr|Arandr] $workspace6
|
||||
assign [class=Spotify] $workspace9
|
||||
for_window [class=Viewnior|feh|Audacious|File-roller|Lxappearance|Lxtask|Pavucontrol] floating enable
|
||||
for_window [class=URxvt|Firefox|Geany|Evince|Soffice|libreoffice*|mpv|Ghb|Xfburn|Gimp*|Inkscape|Vlc|Lxappearance|Audacity] focus
|
||||
|
@ -178,3 +177,27 @@ client.unfocused #2f343f #2f343f #d8dee8 #2f343f #2f343f
|
|||
client.urgent #2f343f #2f343f #d8dee8 #2f343f #2f343f
|
||||
client.placeholder #2f343f #2f343f #d8dee8 #2f343f #2f343f
|
||||
client.background #2f343f
|
||||
|
||||
########################### Specific for different platform ###########################
|
||||
|
||||
# Wallpaper
|
||||
exec_always --no-startup-id hsetroot -cover ~/Pictures/wallpaper/wallhaven-r2ze21.jpg
|
||||
|
||||
# Monitor setup
|
||||
# exec_always --no-startup-id bash ~/.screenlayout/TOP_DELL_U3415W+BOTTOM_DELL_S2719DGF.sh
|
||||
exec_always --no-startup-id bash ~/.screenlayout/LEFT_DELL_S2719DGF+RIGHT_DELL_U3415W.sh
|
||||
|
||||
# brightness control (Only available on Laptop)
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 10
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
|
||||
|
||||
# Assign workspace on specific monitor
|
||||
workspace $workspace1 output DP-2
|
||||
workspace $workspace2 output DP-2
|
||||
workspace $workspace3 output DP-2
|
||||
workspace $workspace4 output DP-2
|
||||
workspace $workspace5 output DP-0
|
||||
workspace $workspace6 output DP-0
|
||||
workspace $workspace7 output DP-0
|
||||
workspace $workspace8 output DP-0
|
||||
workspace $workspace9 output DP-0
|
|
@ -10,6 +10,8 @@ general {
|
|||
|
||||
order += "load"
|
||||
order += "cpu_temperature 0"
|
||||
order += "cpu_temperature 1"
|
||||
order += "fan_speed 1"
|
||||
order += "disk /"
|
||||
order += "disk /home"
|
||||
# order += "ethernet eno1"
|
||||
|
@ -23,9 +25,14 @@ load {
|
|||
|
||||
cpu_temperature 0 {
|
||||
format = "<span background='#bf616a'> %degrees °C </span>"
|
||||
path = "/sys/class/thermal/thermal_zone0/temp"
|
||||
path = "/sys/class/hwmon/hwmon1/temp1_input" # used by lm_sensors
|
||||
}
|
||||
|
||||
# TODO: complete fan_speed widget
|
||||
# cpu_temperature 1 {
|
||||
# path = "sys/class/hwmon/hwmon2/fan1_input"
|
||||
#}
|
||||
|
||||
disk "/" {
|
||||
format = "<span background='#fec7cd'> %free Free </span>"
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
[submodule "dotbot"]
|
||||
path = dotbot
|
||||
url = https://github.com/anishathalye/dotbot
|
||||
ignore = dirty
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output DVI-D-0 --off --output HDMI-1 --off --output HDMI-0 --off --output DP-3 --off --output DP-2 --mode 2560x1440 --pos 0x0 --rotate normal --output DP-1 --off --output DP-0 --off
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output DVI-D-0 --off --output HDMI-1 --off --output HDMI-0 --off --output DP-3 --off --output DP-2 --mode 2560x1440 --pos 0x0 --rotate normal --output DP-1 --off --output DP-0 --mode 3440x1440 --pos 2560x0 --rotate normal
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output DVI-D-0 --off --output HDMI-1 --off --output HDMI-0 --off --output DP-3 --off --output DP-2 --mode 2560x1440 --pos 304x1440 --rotate normal --output DP-1 --off --output DP-0 --mode 3440x1440 --pos 0x0 --rotate normal
|
|
@ -1,3 +1,3 @@
|
|||
# dotfiles
|
||||
|
||||
This repository contains my dotfiles for all linux operating systems, including Ubuntu HomeDesktop, Lubuntu Laptop, and others
|
||||
This repository has been deprecated, as now we switch to dotfiles-local + dotbot workflow
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# backlight control using i3
|
||||
|
||||
Follow [backlight](https://wiki.archlinux.org/index.php/backlight), it will provide step by step guidance to use xbacklight on intel laptop
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 5d83f9e797b1950199e127a8196803f5e33e0916
|
|
@ -1,5 +1,7 @@
|
|||
# ibus multi-language input
|
||||
|
||||
|
||||
|
||||
Check current ibus engine: `ibus engine`
|
||||
|
||||
Check available ibus engine: `ibus list-engine`
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
CONFIG="install.conf.yaml"
|
||||
DOTBOT_DIR="dotbot"
|
||||
|
||||
DOTBOT_BIN="bin/dotbot"
|
||||
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
cd "${BASEDIR}"
|
||||
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
|
||||
git submodule update --init --recursive "${DOTBOT_DIR}"
|
||||
|
||||
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"
|
|
@ -0,0 +1,8 @@
|
|||
- defaults:
|
||||
link:
|
||||
relink: true
|
||||
|
||||
- clean: ['~']
|
||||
|
||||
- link:
|
||||
|
48
media.md
48
media.md
|
@ -1,11 +1,51 @@
|
|||
# Media control in i3
|
||||
There are multiple choices of audio program available, the i3 config file I followed at beginning using amixer, while I choose PulseAudio. Please check "addy-dclxvi/i3-staterpack"
|
||||
|
||||
## Media control using i3 commands
|
||||
His volume/music control config is shown as below:
|
||||
|
||||
```
|
||||
# change volume
|
||||
bindsym XF86AudioRaiseVolume exec amixer -q set Master
|
||||
bindsym XF86AudioLowerVolume exec amixer -q set Master 5%-
|
||||
bindsym XF86AudioMute exec amixer set Master toggle
|
||||
|
||||
# music control
|
||||
bindsym XF86AudioNext exec mpc next
|
||||
bindsym XF86AudioPrev exec mpc prev
|
||||
bindsym XF86AudioPlay exec mpc toggle
|
||||
bindsym XF86AudioStop exec mpc stop
|
||||
```
|
||||
|
||||
Following are the process I used in my Media/Volume control in i3
|
||||
|
||||
## Volume Control using PulseAudio
|
||||
|
||||
* Install `PulseAudio` (Pulse Audio Sound server system)
|
||||
* Install `pactl` as commandline controller `PulseAudio`
|
||||
* Install `pavucontrol` as GUI controler of `PulseAudio`
|
||||
|
||||
### Check `pactl` controller is working and learn how to use it and add to i3
|
||||
|
||||
1. Play music on youtube or Spotify
|
||||
2. Open `pavucontrol` to check sound is player correctly
|
||||
3. Find correct Sink by `pactl list`, the playing one should be the "Sink" that has "State: Running"
|
||||
4. Increase volume by `pactl set-sink-volume <sink number> 70%`, which change volume and should be reflected on `pavucontrol` and your ear
|
||||
5. Now you know which sink is using and add the command line into i3 config
|
||||
|
||||
## Check `playerctl` controller is working and learn how to use it and add to i3
|
||||
|
||||
1. Play music on Spotify
|
||||
2. Pause the music by `playerctl play-pause`, and check whether the music stopped
|
||||
3. After confimring this commandline worked, add it to with keybind in your i3
|
||||
|
||||
## Media control in separate mode
|
||||
1. Create a mode "media" in i3 configuration
|
||||
2. Check pulseaudio is installed
|
||||
3. Check `pactl` is installed, which will be used as command line interface to turn music on/off
|
||||
4. Check sink number, by `pactl list`, which will show SINK 0,1,2,etc. Find corret based on which hardware are you using
|
||||
2. In the mode, add bindsym to control media flow
|
||||
|
||||
## Media control using TUI
|
||||
1. Install `pulsemixer`
|
||||
2. Use `pulsemixer` TUI to change volume, this program cannot do single channel change, it can only do change on both channel at once
|
||||
|
||||
## Media control using GUI (Suggested in Ubuntu Distro)
|
||||
1. Install `pavucontrol`
|
||||
2. Use `pavucontrol` to change volume
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
# Multi-screen setup in i3 config
|
||||
|
||||
1. Install `arandr`, which can be used to visually setup multiscreen layout
|
||||
2. Configure multiscreen layout using `arandr` and save to a bash script (which containing `xrandr` commands)
|
||||
3. Add bash script execution in i3 config with `exec_always --no-startup-id ...` to let multiscreen configuration taking effect
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue