Showing posts with label i3wm. Show all posts
Showing posts with label i3wm. Show all posts

Thursday, 29 September 2022

isi i3 config

 # set modifier
set $super Mod4
set $alt Mod1

# set font
font pango: DeJavu Sans 10

#Changing the Keyboard Layout
#bindsym $super+e exec setxkbmap de
#bindsym $super+d exec setxkbmap ar
#setxkbmap -option 'grp:ctrl_alt_toggle'

# Use Mouse+$super to drag floating windows to their wanted position
floating_modifier $super

#autostart
exec --no-startup-id hsetroot -center ~/.wallpaper.png
exec --no-startup-id xsettingsd &
exec --no-startup-id compton -b
exec --no-startup-id ~/Aplikasi/i3-battery-popup/i3-battery-popup
exec --no-startup-id nautilus
exec --no-startup-id xpad


# Enable Dunst Notifications
exec --no-startup-id dunst -config ~/.config/dunst/dunstrc

# start a terminal
bindsym $super+Return exec i3-sensible-terminal

# start dmenu (a program launcher)
bindsym $super+Shift+d exec i3-dmenu-desktop --dmenu="dmenu -i -fn 'Noto Sans:size=8'"
bindsym $super+a exec rofi -lines 12 -padding 18 -width 60 -location 0 -show drun -sidebar-mode -columns 3 -font 'Noto Sans 12'

# Shift apps keybind with shift

#Lock
exec_always --no-startup-id xautolock -time 15 -locker "i3lock -i ~/.wallpaper.png"

# common apps keybinds
bindsym $super+b exec brave-browser
bindsym $super+c exec --no-startup-id ~/.local/bin/zen-calendar
bindsym $super+Shift+g exec google-chrome --kiosk
bindsym $super+g exec google-chrome
bindsym $super+i exec --no-startup-id fluxgui
bindsym $super+k exec kitty
bindsym $super+l exec i3lock -i ~/.wallpaper.png
bindsym $super+m exec ~/Aplikasi/tsetup.2.4.2/Telegram/Telegram
bindsym $super+n exec nautilus;workspace 1;focus
bindsym $super+o exec libreoffice
bindsym $super+p exec evince
bindsym $super+t exec gedit
bindsym $super+u exec obs
bindsym $super+x exec firefox
bindsym $super+z exec zathura
bindsym $super+Shift+s exec gnome-control-center
bindsym $super+Shift+k exec google-chrome --app-id=eilembjdkfgodjkcjnpgpaenohkicgjd

#keep ini
bindsym $super+Shift+z exec ~/Zekr/zekr.sh


# Take a screenshot upon pressing Print
bindsym Print exec "scrot ~/Pictures/i3ss/'Screenshot_%a-%d%b%y_%H.%M.png';notify-send 'Screenshoot Is Taken!'"

bindsym $super+Print exec ruby ~/.local/bin/flameshot-imgck

# mpv clipboard
bindsym $super+y --release exec --no-startup-id "xclip -o | xargs mpv"

# Screen Brightness controls
bindsym XF86MonBrightnessUp   exec --no-startup-id xbacklight -inc 2
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 2

#change volume
bindsym XF86AudioRaiseVolume exec amixer -q set Master 3%+
bindsym XF86AudioLowerVolume exec amixer -q set Master 3%-
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

# kill focused window
bindsym $super+q kill
bindsym $alt+F4 kill

# change focus
bindsym $super+Left focus left
bindsym $super+Down focus down
bindsym $super+Up focus up
bindsym $super+Right focus right

# move focused window
bindsym $super+Shift+Left move left
bindsym $super+Shift+Down move down
bindsym $super+Shift+Up move up
bindsym $super+Shift+Right move right

# split in horizontal orientation
bindsym $super+h split h

# split in vertical orientation
bindsym $super+v split v

# enter fullscreen mode for the focused container
bindsym $super+f fullscreen toggle

# change container layout split
bindsym $super+s layout toggle split

# toggle tiling / floating
bindsym $super+Shift+space focus mode_toggle border none

# change focus between tiling / floating windows
bindsym $super+space floating toggle

# Define Workspace
set $workspace1  "1"
set $workspace2  "2"
set $workspace3  "3"
set $workspace4  "4"
set $workspace5  "5"
set $workspace6  "6"
set $workspace7  "7"
set $workspace8  "8"
set $workspace9  "9"
set $workspace10 "10"

# switch to workspace
bindsym $alt+Control+Right workspace next
bindsym $alt+Control+Left workspace prev
bindsym $super+1 workspace 1: α
bindsym $super+2 workspace 2: β
bindsym $super+3 workspace 3: γ
bindsym $super+4 workspace 4: δ
bindsym $super+5 workspace 5: ε
bindsym $super+6 workspace 6: ζ
bindsym $super+7 workspace 7: η
bindsym $super+8 workspace 8: θ
bindsym $super+9 workspace 9: ι
bindsym $super+0 workspace 10: κ

# move focused container to workspace
bindsym $super+Shift+1 move container to workspace 1: α
bindsym $super+Shift+2 move container to workspace 2: β
bindsym $super+Shift+3 move container to workspace 3: γ
bindsym $super+Shift+4 move container to workspace 4: δ
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+9 move container to workspace 9: ι
bindsym $super+Shift+0 move container to workspace 10: κ

# restart/reload? i3 inplace (preserves your layout/session, can be used to upgrade i3)
bindsym $super+Shift+r restart


# Set shut down, restart and locking features dari https://www.linuxquestions.org/questions/linux-newbie-8/i3wm-mode_system-i3exit-reboot-shutdown-script-inaction-4175623765/
bindsym $super+End mode "$mode_system"
set $mode_system (l)ogout,(r)eboot,(s)hutdown
mode "$mode_system" {
    bindsym l exec --no-startup-id i3-msg exit lock, mode "default"
    bindsym r exec --no-startup-id systemctl reboot, mode "default"
    bindsym s exec --no-startup-id systemctl poweroff, mode "default"

    # exit system mode: "Enter" or "Escape"
    bindsym Return mode "default"
    bindsym Escape mode "default"
}



# resize window (you can also use the mouse for that)
mode "resize" {
        bindsym Left resize shrink width 5 px or 5 ppt
        bindsym Down resize grow height 5 px or 5 ppt
        bindsym Up resize shrink height 5 px or 5 ppt
        bindsym Right resize grow width 5 px or 5 ppt
        bindsym Return mode "default"
}
bindsym $super+r mode "resize"

for_window [class=".*"] border pixel 0


# Assign class
assign [class="Org.gnome.Nautilus"] 1: α
assign [class="firefox|Brave-browser"] 2: β
assign [class="Google-chrome|Zathura|Evince"] 3: γ
assign [class="Soffice|libreoffice*"] 4: δ
assign [class="Fluxgui|Firefox"] 5: ε
assign [class="TelegramDesktop|Lxappearance|System-config-printer.py|Lxtask|GParted|Pavucontrol|Exo-helper*|Lxrandr|Arandr"] 10: κ
assign [class="Key-mon|kitty"] 7: η
assign [class="Scratux"] 8: θ
assign [class="obs"] 9: ι
for_window [class="Gedit"] border pixel 1

#command for window
for_window [class="Org.gnome.Nautilus"] focus
for_window [class="firefox|Brave-browser"] focus
for_window [class="Google-chrome|Zathura|kitty"] focus;floating enable
for_window [class="Soffice|libreoffice*"] focus
for_window [class="Viewnior|feh|Audacious|File-roller|Lxappearance|Lxtask|Pavucontrol"] floating enable
for_window [class=URxvt|Brave-browser|Geany|Soffice|mpv|Ghb|Xfburn|Gimp*|Inkscape|Vlc|Lxappearance|Audacity] focus
for_window [class=TelegramDesktop|Audacity|Vlc|mpv|Ghb|Xfburn|Gimp*|Inkscape|Totem] focus
for_window [class=Xfburn|GParted|System-config-printer.py|Lxtask|Pavucontrol|Exo-helper*|Lxrandr|Arandr] focus


# panel i3status bar
bar {  
        colors {
        background #534666
        statusline #534666
        separator #4b5262

#        # colour of border, background, and text
        focused_workspace       #534666 #db7b2b #d8dee8
        active_workspace        #534666 #534666 #d8dee8
        inactive_workspace      #534666 #534666 #d8dee8
        urgent_workspace       #534666 #d11141 #534666
    }
       strip_workspace_numbers yes
        status_command i3status
}

# i3blocks
#bar {
#strip_workspace_numbers yes
#    status_command i3blocks
#    position bottom
#    font pango:Hack, FontAwesome 11

#    colors {
#        separator #081419
#        background #253941
        #statusline #839496
#        focused_workspace #fdf6e3 #6c71c4 #fdf6e3
#        active_workspace #fdf6e3 #6c71c4 #fdf6e3
#        inactive_workspace #002b36 #586e75 #002b36
#        urgent_workspace #d33682 #d33682 #fdf6e3

#        statusline         $white
#        separator          $transparent
#  }
#}



# NetworkManager is the most popular way to manage wireless networks on Linux,
# and nm-applet is a desktop environment-independent system tray GUI for it.
exec --no-startup-id nm-applet



# Moving workspaces between screens
bindsym $super+y move workspace to output right
 

# colour of border, background, text, indicator, and child_border
client.focused              #bf616a #534666 #d8dee8 #bf616a #2dc937
client.focused_inactive     #534666 #534666 #d8dee8 #534666 #d4ffea
client.unfocused            #534666 #534666 #d8dee8 #534666 #d8dee8
client.urgent               #534666 #534666 #d8dee8 #534666 #bf616a
client.placeholder          #534666 #534666 #d8dee8 #534666 #d8dee8
client.background           #534666

Thursday, 17 June 2021

dual monitor layar laptop di i3

xrandr --output HDMI1 --auto --right-of eDP1 xrandr --output HDMI-1 --off

Wednesday, 10 February 2021

isi i3status

 general {

        output_format = "i3bar"

        colors = false

        markup = pango

        interval = 5

        color_good = '#2f343f'

color_degraded = '#ebcb8b'

color_bad = '#ba5e57'

}


#order += "cpu_usage"

order += "cpu_temperature 0"

#order += "memory"

#order += "disk /home"

#order += "ethernet enp1s0"

order += "volume master"

order += "battery 0"

#order += "wireless wlp3s0"

order += "tztime local"

#order += "tztime wita"


#cpu_usage {

#        format = "<span background='#ff6289'>  CPU: %usage </span>"

#}


#cpu_temperature 0 {

#        format = "<span background='#db7b2b'>  %degrees °C </span>"

#        path = "/sys/class/thermal/thermal_zone0/temp"

#}


cpu_temperature 0 {

        format = "<span background='#ff6289'>  %degrees °C </span>"

        path = "/sys/class/thermal/thermal_zone0/temp"

}

memory {

        format = "<span background='#ffcc5c'>  %percentage_used used </span>"

}


disk "/home" {

        format = "<span background='#ffdfba'>  %free Free </span>"

}


ethernet enp2s0 {

        format_up = "<span background='#2dc937'>  %ip </span>"

        format_down = "<span background='#ffeead'>  Disconnected </span>"

}


volume master {

        format = "<span background='#ffcc5c'> Vol  %volume </span>"

        format_muted = "<span background='#b8a7ea'>  Muted </span>"

        device = "default"

        mixer = "Master"

        mixer_idx = 0

}



battery 0 {

last_full_capacity = true

        format = "<span background='#00ff83'> %status Tahan (%remaining) Jam </span>"

        format_down = "No Battery"

        status_chr = "Ces⚡"

        status_bat = "Baterai🔋"

        status_unk = "Unk"

        status_full = " FULL"

        path = "/sys/class/power_supply/BAT%d/uevent"

        low_threshold = 10

}


tztime local {

format = "<span background='#bae1ff'> %time </span>"

format_time = " %A %d-%b-%G  Pukul %H:%M "

}


tztime wita  {

format = "<span background='#bae1ff'> ⏻ </span>"

format_time = ""

}


wireless wlp3s0 {

        format_up = "<span background='#2dc937'>  %quality %essid </span>"

        format_down = "<span background='#ffeead'>  Disconnected </span>"


}


# NetworkManager is the most popular way to manage wireless networks on Linux,

# and nm-applet is a desktop environment-independent system tray GUI for it.

#exec --no-startup-id nm-applet



di .config/i3status

bagian i3status ku di di config i3

 # panel

bar {  

        colors {

        background #534666

        statusline #534666

        separator #4b5262


        # colour of border, background, and text

        focused_workspace       #534666 #db7b2b #d8dee8

        active_workspace        #534666 #534666 #d8dee8

        inactive_workspace      #534666 #534666 #d8dee8

        urgent_workspace       #534666 #d11141 #534666

    }

       strip_workspace_numbers yes

        status_command i3status

}



I3 CONFIG i3status bar

Install i3blocks

 $ sudo apt install i3blocks

[sudo] password for dhwan: 

Reading package lists... Done

Building dependency tree       

Reading state information... Done

The following additional packages will be installed:

  acpi gawk libsigsegv2 sysstat

Suggested packages:

  gawk-doc isag

The following NEW packages will be installed:

  acpi gawk i3blocks libsigsegv2 sysstat

0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.

Need to get 925 kB of archives.

After this operation, 3.410 kB of additional disk space will be used.

Do you want to continue? [Y/n] y

Get:1 http://id.archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13,9 kB]

Get:2 http://id.archive.ubuntu.com/ubuntu focal/main amd64 gawk amd64 1:5.0.1+dfsg-1 [418 kB]

Get:3 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 acpi amd64 1.7-1.1 [12,9 kB]

Get:4 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 i3blocks amd64 1.4-4 [27,6 kB]

Get:5 http://id.archive.ubuntu.com/ubuntu focal/main amd64 sysstat amd64 12.2.0-2 [453 kB]

Fetched 925 kB in 4s (206 kB/s)  

Preconfiguring packages ...

Selecting previously unselected package libsigsegv2:amd64.

(Reading database ... 313441 files and directories currently installed.)

Preparing to unpack .../libsigsegv2_2.12-2_amd64.deb ...

Unpacking libsigsegv2:amd64 (2.12-2) ...

Setting up libsigsegv2:amd64 (2.12-2) ...

Selecting previously unselected package gawk.

(Reading database ... 313448 files and directories currently installed.)

Preparing to unpack .../gawk_1%3a5.0.1+dfsg-1_amd64.deb ...

Unpacking gawk (1:5.0.1+dfsg-1) ...

Selecting previously unselected package acpi.

Preparing to unpack .../acpi_1.7-1.1_amd64.deb ...

Unpacking acpi (1.7-1.1) ...

Selecting previously unselected package i3blocks.

Preparing to unpack .../i3blocks_1.4-4_amd64.deb ...

Unpacking i3blocks (1.4-4) ...

Selecting previously unselected package sysstat.

Preparing to unpack .../sysstat_12.2.0-2_amd64.deb ...

Unpacking sysstat (12.2.0-2) ...

Setting up i3blocks (1.4-4) ...

Setting up gawk (1:5.0.1+dfsg-1) ...

Setting up acpi (1.7-1.1) ...

Setting up sysstat (12.2.0-2) ...


Creating config file /etc/default/sysstat with new version

update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (s

ar) in auto mode

Created symlink /etc/systemd/system/multi-user.target.wants/sysstat.servic

e → /lib/systemd/system/sysstat.service.

Processing triggers for systemd (245.4-4ubuntu3.4) ...

Processing triggers for man-db (2.9.1-1) ...

Processing triggers for libc-bin (2.31-0ubuntu9.2) ...


Monday, 1 February 2021

Setting Dual Monitor di i3

 $ xrandr --output HDMI-1 --auto --right-of eDP-1


$ xrandr --listactivemonitors

Monitors: 2

 0: +*eDP-1 1366/309x768/173+0+0  eDP-1

 1: +HDMI-1 1366/434x768/236+1366+0  HDMI-1


$ xrandr --listmonitors
Monitors: 2
 0: +*eDP-1 1366/309x768/173+0+0  eDP-1
 1: +HDMI-1 1366/434x768/236+1366+0  HDMI-1


arahakan mouse ke monitor dua, buka window aplikasi

untuk memindah aplikasi ke worskpace, tekan Super+Shift+ <nomor>

Sunday, 31 January 2021

Memasang logout, restart dan shutdown

# Set shut down, restart and locking features dari https://www.linuxquestions.org/questions/linux-newbie-8/i3wm-mode_system-i3exit-reboot-shutdown-script-inaction-4175623765/

bindsym $super+End mode "$mode_system"

set $mode_system (l)ogout,(r)eboot,(s)hutdown

mode "$mode_system" {

    bindsym l exec --no-startup-id i3-msg exit lock, mode "default"

    bindsym r exec --no-startup-id systemctl reboot, mode "default"

    bindsym s exec --no-startup-id systemctl poweroff, mode "default"


    # exit system mode: "Enter" or "Escape"

    bindsym Return mode "default"

    bindsym Escape mode "default"

}

Saturday, 30 January 2021

sudo apt install imagemagick jq xclip

  sudo apt install imagemagick jq xclip

[sudo] password for dhwan: 

Reading package lists... Done

Building dependency tree       

Reading state information... Done

The following additional packages will be installed:

  gsfonts imagemagick-6-common imagemagick-6.q16 libjq1 liblqr-1-0

  libmagickcore-6.q16-6 libmagickcore-6.q16-6-extra

  libmagickwand-6.q16-6 libnetpbm10 libonig5 netpbm

Suggested packages:

  imagemagick-doc autotrace enscript grads graphviz hp2xx html2ps

  libwmf-bin mplayer povray radiance texlive-base-bin transfig

  ufraw-batch inkscape libjxr-tools

The following NEW packages will be installed:

  gsfonts imagemagick imagemagick-6-common imagemagick-6.q16 jq libjq1

  liblqr-1-0 libmagickcore-6.q16-6 libmagickcore-6.q16-6-extra

  libmagickwand-6.q16-6 libnetpbm10 libonig5 netpbm xclip

0 upgraded, 14 newly installed, 0 to remove and 21 not upgraded.

Need to get 7.072 kB of archives.

After this operation, 20,5 MB of additional disk space will be used.

Do you want to continue? [Y/n] y

Get:1 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 liblqr-1-0 amd64 0.4.2-2.1 [27,7 kB]

Get:2 http://id.archive.ubuntu.com/ubuntu focal-updates/universe amd64 imagemagick-6-common all 8:6.9.10.23+dfsg-2.1ubuntu11.2 [60,8 kB]

Get:3 http://id.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libmagickcore-6.q16-6 amd64 8:6.9.10.23+dfsg-2.1ubuntu11.2 [1.645 kB]

Get:4 http://id.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libmagickwand-6.q16-6 amd64 8:6.9.10.23+dfsg-2.1ubuntu11.2 [305 kB]

Get:5 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.4 [3.120 kB]

Get:6 http://id.archive.ubuntu.com/ubuntu focal-updates/universe amd64 imagemagick-6.q16 amd64 8:6.9.10.23+dfsg-2.1ubuntu11.2 [427 kB]

Get:7 http://id.archive.ubuntu.com/ubuntu focal-updates/universe amd64 imagemagick amd64 8:6.9.10.23+dfsg-2.1ubuntu11.2 [14,4 kB]

Get:8 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB]

Get:9 http://id.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB]

Get:10 http://id.archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50,2 kB]

Get:11 http://id.archive.ubuntu.com/ubuntu focal-updates/universe amd64 libmagickcore-6.q16-6-extra amd64 8:6.9.10.23+dfsg-2.1ubuntu11.2 [64,6 kB]

Get:12 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libnetpbm10 amd64 2:10.0-15.3build1 [58,0 kB]

Get:13 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 netpbm amd64 2:10.0-15.3build1 [1.017 kB]

Get:14 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 xclip amd64 0.13-1 [18,4 kB]

Fetched 7.072 kB in 10s (685 kB/s)                                      

Selecting previously unselected package liblqr-1-0:amd64.

(Reading database ... 308983 files and directories currently installed.)

Preparing to unpack .../00-liblqr-1-0_0.4.2-2.1_amd64.deb ...

Unpacking liblqr-1-0:amd64 (0.4.2-2.1) ...

Selecting previously unselected package imagemagick-6-common.

Preparing to unpack .../01-imagemagick-6-common_8%3a6.9.10.23+dfsg-2.1ubu

ntu11.2_all.deb ...

Unpacking imagemagick-6-common (8:6.9.10.23+dfsg-2.1ubuntu11.2) ...

Selecting previously unselected package libmagickcore-6.q16-6:amd64.

Preparing to unpack .../02-libmagickcore-6.q16-6_8%3a6.9.10.23+dfsg-2.1ub

untu11.2_amd64.deb ...

Unpacking libmagickcore-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.2) ..

.

Selecting previously unselected package libmagickwand-6.q16-6:amd64.

Preparing to unpack .../03-libmagickwand-6.q16-6_8%3a6.9.10.23+dfsg-2.1ub

untu11.2_amd64.deb ...

Unpacking libmagickwand-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.2) ..

.

Selecting previously unselected package gsfonts.

Preparing to unpack .../04-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.4_all.deb

 ...

Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ...

Selecting previously unselected package imagemagick-6.q16.

Preparing to unpack .../05-imagemagick-6.q16_8%3a6.9.10.23+dfsg-2.1ubuntu

11.2_amd64.deb ...

Unpacking imagemagick-6.q16 (8:6.9.10.23+dfsg-2.1ubuntu11.2) ...

Selecting previously unselected package imagemagick.

Preparing to unpack .../06-imagemagick_8%3a6.9.10.23+dfsg-2.1ubuntu11.2_a

md64.deb ...

Unpacking imagemagick (8:6.9.10.23+dfsg-2.1ubuntu11.2) ...

Selecting previously unselected package libonig5:amd64.

Preparing to unpack .../07-libonig5_6.9.4-1_amd64.deb ...

Unpacking libonig5:amd64 (6.9.4-1) ...

Selecting previously unselected package libjq1:amd64.

Preparing to unpack .../08-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ...

Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ...

Selecting previously unselected package jq.

Preparing to unpack .../09-jq_1.6-1ubuntu0.20.04.1_amd64.deb ...

Unpacking jq (1.6-1ubuntu0.20.04.1) ...

Selecting previously unselected package libmagickcore-6.q16-6-extra:amd64

.

Preparing to unpack .../10-libmagickcore-6.q16-6-extra_8%3a6.9.10.23+dfsg

-2.1ubuntu11.2_amd64.deb ...

Unpacking libmagickcore-6.q16-6-extra:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11

.2) ...

Selecting previously unselected package libnetpbm10.

Preparing to unpack .../11-libnetpbm10_2%3a10.0-15.3build1_amd64.deb ...

Unpacking libnetpbm10 (2:10.0-15.3build1) ...

Selecting previously unselected package netpbm.

Preparing to unpack .../12-netpbm_2%3a10.0-15.3build1_amd64.deb ...

Unpacking netpbm (2:10.0-15.3build1) ...

Selecting previously unselected package xclip.

Preparing to unpack .../13-xclip_0.13-1_amd64.deb ...

Unpacking xclip (0.13-1) ...

Setting up imagemagick-6-common (8:6.9.10.23+dfsg-2.1ubuntu11.2) ...

Setting up libnetpbm10 (2:10.0-15.3build1) ...

Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ...

Setting up xclip (0.13-1) ...

Setting up netpbm (2:10.0-15.3build1) ...

Setting up liblqr-1-0:amd64 (0.4.2-2.1) ...

Setting up libonig5:amd64 (6.9.4-1) ...

Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ...

Setting up libmagickcore-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.2) .

..

Setting up jq (1.6-1ubuntu0.20.04.1) ...

Setting up libmagickwand-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.2) .

..

Setting up libmagickcore-6.q16-6-extra:amd64 (8:6.9.10.23+dfsg-2.1ubuntu1

1.2) ...

Setting up imagemagick-6.q16 (8:6.9.10.23+dfsg-2.1ubuntu11.2) ...

update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/c

ompare (compare) in auto mode

update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/c

ompare-im6 (compare-im6) in auto mode

update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/a

nimate (animate) in auto mode

update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/a

nimate-im6 (animate-im6) in auto mode

update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/c

onvert (convert) in auto mode

update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/c

onvert-im6 (convert-im6) in auto mode

update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin

/composite (composite) in auto mode

update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin

/composite-im6 (composite-im6) in auto mode

update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/c

onjure (conjure) in auto mode

update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/c

onjure-im6 (conjure-im6) in auto mode

update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/im

port (import) in auto mode

update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/im

port-im6 (import-im6) in auto mode

update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/

identify (identify) in auto mode

update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/

identify-im6 (identify-im6) in auto mode

update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/st

ream (stream) in auto mode

update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/st

ream-im6 (stream-im6) in auto mode

update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/d

isplay (display) in auto mode

update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/d

isplay-im6 (display-im6) in auto mode

update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/m

ontage (montage) in auto mode

update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/m

ontage-im6 (montage-im6) in auto mode

update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/m

ogrify (mogrify) in auto mode

update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/m

ogrify-im6 (mogrify-im6) in auto mode

Setting up imagemagick (8:6.9.10.23+dfsg-2.1ubuntu11.2) ...

Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...

Rebuilding /usr/share/applications/bamf-2.index...

Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...

Processing triggers for mime-support (3.64ubuntu1) ...

Processing triggers for hicolor-icon-theme (0.17-2) ...

Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...

Processing triggers for libc-bin (2.31-0ubuntu9.2) ...

Processing triggers for man-db (2.9.1-1) ...

Processing triggers for fontconfig (2.13.1-2ubuntu3) ...


Friday, 29 January 2021

sudo apt install compton hsetroot rxvt-unicode xsel fonts-noto fonts-mplus xsettingsd lxappearance scrot viewnior

$ sudo apt install compton hsetroot rxvt-unicode xsel fonts-noto fonts-mplus xsettingsd lxappearance scrot viewnior

Reading package lists... Done

Building dependency tree       

Reading state information... Done

The following additional packages will be installed:

  fonts-noto-cjk-extra fonts-noto-core fonts-noto-extra fonts-noto-ui-core fonts-noto-ui-extra fonts-noto-unhinted fonts-vlgothic giblib1

  gtk2-engines libconfig9 libimlib2 lxde-settings-daemon

The following NEW packages will be installed:

  compton fonts-mplus fonts-noto fonts-noto-cjk-extra fonts-noto-core fonts-noto-extra fonts-noto-ui-core fonts-noto-ui-extra fonts-noto-unhinted

  fonts-vlgothic giblib1 gtk2-engines hsetroot libconfig9 libimlib2 lxappearance lxde-settings-daemon rxvt-unicode scrot viewnior xsel xsettingsd

0 upgraded, 22 newly installed, 0 to remove and 21 not upgraded.

Need to get 255 MB of archives.

After this operation, 742 MB of additional disk space will be used.

Do you want to continue? [Y/n] y

Get:1 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-vlgothic all 20141206-4ubuntu1 [2.219 kB]

Get:2 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 fonts-mplus all 063-3 [26,9 MB]

Get:3 http://id.archive.ubuntu.com/ubuntu focal-updates/main amd64 fonts-noto-core all 20200323-1build1~ubuntu20.04.1 [10,9 MB]                     

Get:4 http://id.archive.ubuntu.com/ubuntu focal-updates/main amd64 fonts-noto all 20200323-1build1~ubuntu20.04.1 [17,6 kB]                          

Get:5 http://id.archive.ubuntu.com/ubuntu focal/main amd64 fonts-noto-cjk-extra all 1:20190410+repack1-2 [131 MB]                                   

Get:6 http://id.archive.ubuntu.com/ubuntu focal-updates/universe amd64 fonts-noto-extra all 20200323-1build1~ubuntu20.04.1 [68,8 MB]                

Get:7 http://id.archive.ubuntu.com/ubuntu focal-updates/main amd64 fonts-noto-ui-core all 20200323-1build1~ubuntu20.04.1 [1.326 kB]                 

Get:8 http://id.archive.ubuntu.com/ubuntu focal-updates/universe amd64 fonts-noto-ui-extra all 20200323-1build1~ubuntu20.04.1 [11,9 MB]             

Get:9 http://id.archive.ubuntu.com/ubuntu focal-updates/universe amd64 fonts-noto-unhinted all 20200323-1build1~ubuntu20.04.1 [252 kB]              

Get:10 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libimlib2 amd64 1.6.1-1 [178 kB]                                                    

Get:11 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 giblib1 amd64 1.2.4-12 [17,3 kB]                                                    

Get:12 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 gtk2-engines amd64 1:2.20.2-5 [249 kB]                                              

Get:13 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 hsetroot amd64 1.0.2-5build1 [10,4 kB]                                              

Get:14 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libconfig9 amd64 1.5-0.4build1 [22,3 kB]                                            

Get:15 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 lxde-settings-daemon amd64 0.5.3-2ubuntu1 [15,0 kB]                                 

Get:16 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 rxvt-unicode amd64 9.22-6build3 [734 kB]                                            

Get:17 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 scrot amd64 1.2-2 [21,2 kB]                                                         

Get:18 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 viewnior amd64 1.6-1build2 [122 kB]                                                 

Get:19 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 xsel amd64 1.2.0+git9bfc13d.20180109-3 [20,5 kB]                                    

Get:20 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 xsettingsd amd64 0.0.20171105+1+ge4cf9969-1build1 [27,0 kB]                         

Get:21 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 compton amd64 0.1~beta2+20150922-1 [99,9 kB]                                        

Get:22 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 lxappearance amd64 0.6.3-1 [79,9 kB]                                                

Fetched 255 MB in 26s (9.801 kB/s)                                                                                                                  

Selecting previously unselected package fonts-vlgothic.

(Reading database ... 306378 files and directories currently installed.)

Preparing to unpack .../00-fonts-vlgothic_20141206-4ubuntu1_all.deb ...

Unpacking fonts-vlgothic (20141206-4ubuntu1) ...

Selecting previously unselected package fonts-mplus.

Preparing to unpack .../01-fonts-mplus_063-3_all.deb ...

Unpacking fonts-mplus (063-3) ...

Selecting previously unselected package fonts-noto-core.

Preparing to unpack .../02-fonts-noto-core_20200323-1build1~ubuntu20.04.1_all.deb ...

Unpacking fonts-noto-core (20200323-1build1~ubuntu20.04.1) ...

Selecting previously unselected package fonts-noto.

Preparing to unpack .../03-fonts-noto_20200323-1build1~ubuntu20.04.1_all.deb ...

Unpacking fonts-noto (20200323-1build1~ubuntu20.04.1) ...

Selecting previously unselected package fonts-noto-cjk-extra.

Preparing to unpack .../04-fonts-noto-cjk-extra_1%3a20190410+repack1-2_all.deb ...

Unpacking fonts-noto-cjk-extra (1:20190410+repack1-2) ...

Selecting previously unselected package fonts-noto-extra.

Preparing to unpack .../05-fonts-noto-extra_20200323-1build1~ubuntu20.04.1_all.deb ...

Unpacking fonts-noto-extra (20200323-1build1~ubuntu20.04.1) ...

Selecting previously unselected package fonts-noto-ui-core.

Preparing to unpack .../06-fonts-noto-ui-core_20200323-1build1~ubuntu20.04.1_all.deb ...

Unpacking fonts-noto-ui-core (20200323-1build1~ubuntu20.04.1) ...

Selecting previously unselected package fonts-noto-ui-extra.

Preparing to unpack .../07-fonts-noto-ui-extra_20200323-1build1~ubuntu20.04.1_all.deb ...

Unpacking fonts-noto-ui-extra (20200323-1build1~ubuntu20.04.1) ...

Selecting previously unselected package fonts-noto-unhinted.

Preparing to unpack .../08-fonts-noto-unhinted_20200323-1build1~ubuntu20.04.1_all.deb ...

Unpacking fonts-noto-unhinted (20200323-1build1~ubuntu20.04.1) ...

Selecting previously unselected package libimlib2:amd64.

Preparing to unpack .../09-libimlib2_1.6.1-1_amd64.deb ...

Unpacking libimlib2:amd64 (1.6.1-1) ...

Selecting previously unselected package giblib1:amd64.

Preparing to unpack .../10-giblib1_1.2.4-12_amd64.deb ...

Unpacking giblib1:amd64 (1.2.4-12) ...

Selecting previously unselected package gtk2-engines:amd64.

Preparing to unpack .../11-gtk2-engines_1%3a2.20.2-5_amd64.deb ...

Unpacking gtk2-engines:amd64 (1:2.20.2-5) ...

Selecting previously unselected package hsetroot.

Preparing to unpack .../12-hsetroot_1.0.2-5build1_amd64.deb ...

Unpacking hsetroot (1.0.2-5build1) ...

Selecting previously unselected package libconfig9:amd64.

Preparing to unpack .../13-libconfig9_1.5-0.4build1_amd64.deb ...

Unpacking libconfig9:amd64 (1.5-0.4build1) ...

Selecting previously unselected package lxde-settings-daemon.

Preparing to unpack .../14-lxde-settings-daemon_0.5.3-2ubuntu1_amd64.deb ...

Unpacking lxde-settings-daemon (0.5.3-2ubuntu1) ...

Selecting previously unselected package rxvt-unicode.

Preparing to unpack .../15-rxvt-unicode_9.22-6build3_amd64.deb ...

update-alternatives: error: no alternatives for rxvt

Unpacking rxvt-unicode (9.22-6build3) ...

Selecting previously unselected package scrot.

Preparing to unpack .../16-scrot_1.2-2_amd64.deb ...

Unpacking scrot (1.2-2) ...

Selecting previously unselected package viewnior.

Preparing to unpack .../17-viewnior_1.6-1build2_amd64.deb ...

Unpacking viewnior (1.6-1build2) ...

Selecting previously unselected package xsel.

Preparing to unpack .../18-xsel_1.2.0+git9bfc13d.20180109-3_amd64.deb ...

Unpacking xsel (1.2.0+git9bfc13d.20180109-3) ...

Selecting previously unselected package xsettingsd.

Preparing to unpack .../19-xsettingsd_0.0.20171105+1+ge4cf9969-1build1_amd64.deb ...

Unpacking xsettingsd (0.0.20171105+1+ge4cf9969-1build1) ...

Selecting previously unselected package compton.

Preparing to unpack .../20-compton_0.1~beta2+20150922-1_amd64.deb ...

Unpacking compton (0.1~beta2+20150922-1) ...

Selecting previously unselected package lxappearance.

Preparing to unpack .../21-lxappearance_0.6.3-1_amd64.deb ...

Unpacking lxappearance (0.6.3-1) ...

Setting up fonts-noto-cjk-extra (1:20190410+repack1-2) ...

Setting up libconfig9:amd64 (1.5-0.4build1) ...

Setting up viewnior (1.6-1build2) ...

Setting up xsel (1.2.0+git9bfc13d.20180109-3) ...

Setting up fonts-noto-ui-extra (20200323-1build1~ubuntu20.04.1) ...

Setting up xsettingsd (0.0.20171105+1+ge4cf9969-1build1) ...

Setting up fonts-noto-extra (20200323-1build1~ubuntu20.04.1) ...

Setting up rxvt-unicode (9.22-6build3) ...

Setting up fonts-mplus (063-3) ...

Setting up lxde-settings-daemon (0.5.3-2ubuntu1) ...

Setting up compton (0.1~beta2+20150922-1) ...

Setting up fonts-vlgothic (20141206-4ubuntu1) ...

update-alternatives: using /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf to provide /usr/share/fonts/truetype/fonts-japanese-gothic.ttf (f

onts-japanese-gothic.ttf) in auto mode

Setting up fonts-noto-unhinted (20200323-1build1~ubuntu20.04.1) ...

Setting up libimlib2:amd64 (1.6.1-1) ...

Setting up lxappearance (0.6.3-1) ...

Setting up gtk2-engines:amd64 (1:2.20.2-5) ...

Setting up fonts-noto-ui-core (20200323-1build1~ubuntu20.04.1) ...

Setting up fonts-noto-core (20200323-1build1~ubuntu20.04.1) ...

Setting up hsetroot (1.0.2-5build1) ...

Setting up fonts-noto (20200323-1build1~ubuntu20.04.1) ...

Setting up giblib1:amd64 (1.2.4-12) ...

Setting up scrot (1.2-2) ...

Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...

Rebuilding /usr/share/applications/bamf-2.index...

Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...

Processing triggers for mime-support (3.64ubuntu1) ...

Processing triggers for hicolor-icon-theme (0.17-2) ...

Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...

Processing triggers for libc-bin (2.31-0ubuntu9.2) ...

Processing triggers for man-db (2.9.1-1) ...

Processing triggers for fontconfig (2.13.1-2ubuntu3) ...


sudo apt install rofi

 $ sudo apt install rofi

Reading package lists... Done

Building dependency tree       

Reading state information... Done

The following additional packages will be installed:

  libxcb-ewmh2

The following NEW packages will be installed:

  libxcb-ewmh2 rofi

0 upgraded, 2 newly installed, 0 to remove and 21 not upgraded.

Need to get 191 kB of archives.

After this operation, 663 kB of additional disk space will be used.

Do you want to continue? [Y/n] y

Get:1 http://id.archive.ubuntu.com/ubuntu focal/main amd64 libxcb-ewmh2 amd64 0.4.1-1.1 [17,1 kB]

Get:2 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 rofi amd64 1.5.4-1 [174 kB]

Fetched 191 kB in 3s (70,7 kB/s)

Selecting previously unselected package libxcb-ewmh2:amd64.

(Reading database ... 306325 files and directories currently installed.)

Preparing to unpack .../libxcb-ewmh2_0.4.1-1.1_amd64.deb ...

Unpacking libxcb-ewmh2:amd64 (0.4.1-1.1) ...

Selecting previously unselected package rofi.

Preparing to unpack .../rofi_1.5.4-1_amd64.deb ...

Unpacking rofi (1.5.4-1) ...

Setting up libxcb-ewmh2:amd64 (0.4.1-1.1) ...

Setting up rofi (1.5.4-1) ...

Processing triggers for man-db (2.9.1-1) ...

Processing triggers for libc-bin (2.31-0ubuntu9.2) ..

sudo apt install i3

 $ sudo apt install i3

[sudo] password for dhwan: 

Reading package lists... Done

Building dependency tree       

Reading state information... Done

The following additional packages will be installed:

  dunst i3-wm i3lock i3status libanyevent-i3-perl libanyevent-perl

  libasync-interrupt-perl libcommon-sense-perl libconfuse-common libconfuse2

  libev-perl libev4 libguard-perl libjson-xs-perl libtypes-serialiser-perl

  libxcb-cursor0 libxcb-xrm0 suckless-tools

Suggested packages:

  libevent-perl libio-async-perl libpoe-perl libtask-weaken-perl dwm stterm

  surf

The following NEW packages will be installed:

  dunst i3 i3-wm i3lock i3status libanyevent-i3-perl libanyevent-perl

  libasync-interrupt-perl libcommon-sense-perl libconfuse-common libconfuse2

  libev-perl libev4 libguard-perl libjson-xs-perl libtypes-serialiser-perl

  libxcb-cursor0 libxcb-xrm0 suckless-tools

0 upgraded, 19 newly installed, 0 to remove and 21 not upgraded.

Need to get 1.930 kB of archives.

After this operation, 5.092 kB of additional disk space will be used.

Do you want to continue? [Y/n] y

Get:1 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libev4 amd64 1:4.31-1 [31,2 kB]

Get:2 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libxcb-cursor0 amd64 0.1.1-4ubuntu1 [10,5 kB]

Get:3 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libxcb-xrm0 amd64 1.0-3 [11,3 kB]

Get:4 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 i3-wm amd64 4.17.1-1 [858 kB]

Get:5 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 i3 amd64 4.17.1-1 [1.996 B]

Get:6 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 i3lock amd64 2.11.1-1 [22,0 kB]

Get:7 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libconfuse-common all 3.2.2+dfsg-1 [5.512 B]

Get:8 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libconfuse2 amd64 3.2.2+dfsg-1 [23,7 kB]

Get:9 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 i3status amd64 2.13-2 [55,8 kB]

Get:10 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libanyevent-perl amd64 7.170-1 [369 kB]

Get:11 http://id.archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20,1 kB]

Get:12 http://id.archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12,1 kB]

Get:13 http://id.archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83,7 kB]

Get:14 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libanyevent-i3-perl all 0.17-1 [11,2 kB]

Get:15 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libasync-interrupt-perl amd64 1.25-1build1 [32,6 kB]

Get:16 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libev-perl amd64 4.32-1 [241 kB]

Get:17 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 libguard-perl amd64 1.023-1build5 [15,2 kB]

Get:18 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 suckless-tools amd64 44-1 [53,6 kB]

Get:19 http://id.archive.ubuntu.com/ubuntu focal/universe amd64 dunst amd64 1.4.1-1 [70,7 kB]

Fetched 1.930 kB in 5s (395 kB/s) 

Selecting previously unselected package libev4:amd64.

(Reading database ... 305993 files and directories currently installed.)

Preparing to unpack .../00-libev4_1%3a4.31-1_amd64.deb ...

Unpacking libev4:amd64 (1:4.31-1) ...

Selecting previously unselected package libxcb-cursor0:amd64.

Preparing to unpack .../01-libxcb-cursor0_0.1.1-4ubuntu1_amd64.deb ...

Unpacking libxcb-cursor0:amd64 (0.1.1-4ubuntu1) ...

Selecting previously unselected package libxcb-xrm0:amd64.

Preparing to unpack .../02-libxcb-xrm0_1.0-3_amd64.deb ...

Unpacking libxcb-xrm0:amd64 (1.0-3) ...

Selecting previously unselected package i3-wm.

Preparing to unpack .../03-i3-wm_4.17.1-1_amd64.deb ...

Unpacking i3-wm (4.17.1-1) ...

Selecting previously unselected package i3.

Preparing to unpack .../04-i3_4.17.1-1_amd64.deb ...

Unpacking i3 (4.17.1-1) ...

Selecting previously unselected package i3lock.

Preparing to unpack .../05-i3lock_2.11.1-1_amd64.deb ...

Unpacking i3lock (2.11.1-1) ...

Selecting previously unselected package libconfuse-common.

Preparing to unpack .../06-libconfuse-common_3.2.2+dfsg-1_all.deb ...

Unpacking libconfuse-common (3.2.2+dfsg-1) ...

Selecting previously unselected package libconfuse2:amd64.

Preparing to unpack .../07-libconfuse2_3.2.2+dfsg-1_amd64.deb ...

Unpacking libconfuse2:amd64 (3.2.2+dfsg-1) ...

Selecting previously unselected package i3status.

Preparing to unpack .../08-i3status_2.13-2_amd64.deb ...

Unpacking i3status (2.13-2) ...

Selecting previously unselected package libanyevent-perl.

Preparing to unpack .../09-libanyevent-perl_7.170-1_amd64.deb ...

Unpacking libanyevent-perl (7.170-1) ...

Selecting previously unselected package libcommon-sense-perl.

Preparing to unpack .../10-libcommon-sense-perl_3.74-2build6_amd64.deb ...

Unpacking libcommon-sense-perl (3.74-2build6) ...

Selecting previously unselected package libtypes-serialiser-perl.

Preparing to unpack .../11-libtypes-serialiser-perl_1.0-1_all.deb ...

Unpacking libtypes-serialiser-perl (1.0-1) ...

Selecting previously unselected package libjson-xs-perl.

Preparing to unpack .../12-libjson-xs-perl_4.020-1build1_amd64.deb ...

Unpacking libjson-xs-perl (4.020-1build1) ...

Selecting previously unselected package libanyevent-i3-perl.

Preparing to unpack .../13-libanyevent-i3-perl_0.17-1_all.deb ...

Unpacking libanyevent-i3-perl (0.17-1) ...

Selecting previously unselected package libasync-interrupt-perl.

Preparing to unpack .../14-libasync-interrupt-perl_1.25-1build1_amd64.deb ...

Unpacking libasync-interrupt-perl (1.25-1build1) ...

Selecting previously unselected package libev-perl.

Preparing to unpack .../15-libev-perl_4.32-1_amd64.deb ...

Unpacking libev-perl (4.32-1) ...

Selecting previously unselected package libguard-perl.

Preparing to unpack .../16-libguard-perl_1.023-1build5_amd64.deb ...

Unpacking libguard-perl (1.023-1build5) ...

Selecting previously unselected package suckless-tools.

Preparing to unpack .../17-suckless-tools_44-1_amd64.deb ...

Unpacking suckless-tools (44-1) ...

Selecting previously unselected package dunst.

Preparing to unpack .../18-dunst_1.4.1-1_amd64.deb ...

Unpacking dunst (1.4.1-1) ...

Setting up libanyevent-perl (7.170-1) ...

Setting up dunst (1.4.1-1) ...

Created symlink /etc/systemd/user/default.target.wants/dunst.service → /usr/lib/

systemd/user/dunst.service.

Setting up libev4:amd64 (1:4.31-1) ...

Setting up libcommon-sense-perl (3.74-2build6) ...

Setting up libxcb-xrm0:amd64 (1.0-3) ...

Setting up libxcb-cursor0:amd64 (0.1.1-4ubuntu1) ...

Setting up suckless-tools (44-1) ...

Setting up i3-wm (4.17.1-1) ...

Setting up libtypes-serialiser-perl (1.0-1) ...

Setting up libconfuse-common (3.2.2+dfsg-1) ...

Setting up libconfuse2:amd64 (3.2.2+dfsg-1) ...

Setting up libev-perl (4.32-1) ...

Setting up libguard-perl (1.023-1build5) ...

Setting up libasync-interrupt-perl (1.25-1build1) ...

Setting up libjson-xs-perl (4.020-1build1) ...

Setting up i3lock (2.11.1-1) ...

Setting up i3 (4.17.1-1) ...

Setting up libanyevent-i3-perl (0.17-1) ...

Setting up i3status (2.13-2) ...

Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...

Processing triggers for mime-support (3.64ubuntu1) ...

Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...

Processing triggers for libc-bin (2.31-0ubuntu9.2) ...

Processing triggers for man-db (2.9.1-1) ...

Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...

Rebuilding /usr/share/applications/bamf-2.index...


Monday, 3 August 2020

how to set brightness on i3wm

# Screen Brightness controls
bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 2
bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 2

how to set up brightness key on i3wm


Apabila tidak ada repon:

For this one I had to install the 'xbacklight' package. ((sudo) apt-get install xbacklight)

First off, test whether xbacklight works right out of the box by running

xbacklight -dec 10

If that works then skip to the i3 config step.

If that didn't work and you got an error such as "No outputs have backlight property" then I can help.

Start by running

xrandr --verbose

into your terminal. You should get a list of connected and disconnected in/outputs.

Find the one which is connected (Mine was called LVDS1) and find its Identifier code(Mine was 0x42)

We will use its identifier to adjust our xorg.conf file.

Before doing that we need to make sure that our system contains an intel_backlight folder. This folder should be located in the /sys/class/backlight/ directory. Run the following

ls /sys/class/backlight/

If you have an intel_backlight folder, great! So did I. If you do not then you may follow along but I cant promise my exact guidance will help you.

Now to edit our xorg.conf file.

nano /etc/X11/xorg.conf

If you do not have the file, then create it.

We will need to change the 'Identifier' code in this file. If your file is empty then copy my file.

Section "Device"
    Identifier  "*Your Identifier code*"
    Driver      "intel"
    Option      "Backlight"  "intel_backlight"
EndSection

Save this file, reboot, and try to run xbacklight -dec 10% once again. If you followed along then your screen should get more dim each time you run the command.