Skip to content

Commit

Permalink
updateeeeeeee
Browse files Browse the repository at this point in the history
  • Loading branch information
takadev15 committed Feb 4, 2023
1 parent 2a2be0a commit ea68e29
Show file tree
Hide file tree
Showing 72 changed files with 3,768 additions and 686 deletions.
5 changes: 4 additions & 1 deletion .config/aliasrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ alias pdir="z ~/dir/data/project"
alias csdir="z ~/dir/data/class"
alias ldir="z ~/dir/data/learn"
alias note="z ~/dir/data/note/"
alias wdir="z ~/dir/data/workstation/fita"
alias wdir="z ~/dir/data/workstation/clapping-ape"
alias zz="z .."

# source zshrc
Expand All @@ -42,3 +42,6 @@ alias nvcnf="z ~/.config/nvim && nvim"
# Readme
alias readme="touch README.md && nvim README.md"

# Git
alias gcm="git checkout master"
alias gct="git commit"
22 changes: 13 additions & 9 deletions .config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ hide_edge_borders both
floating_modifier $mod

# start a terminal:
bindsym $mod+Return exec kitty

# kill focused window:
bindsym $mod+q kill
Expand Down Expand Up @@ -104,6 +103,14 @@ bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right

# Make the currently focused window a scratchpad
bindsym $mod+Shift+minus move scratchpad
# Show the first scratchpad window
bindsym $mod+minus scratchpad show
bindsym $mod+Return [class="kitty"] scratchpad show
# Show the sup-mail scratchpad window, if any.
# bindsym mod4+s [title="^Sup ::"] scratchpad show

# alternatively, you can use the cursor keys:
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
Expand Down Expand Up @@ -348,19 +355,16 @@ client.urgent $urgent-bg-color $urgent-bg-color $text-color
# finds out, if available):

# rofi bindings fancy application menu
bindsym $mod+i exec rofi -show drun -config "/home/taka15/.config/rofi/config.rasi"
bindsym $mod+i exec rofi -show drun -config "/home/takadev/.config/rofi/config.rasi"

bindsym F9 exec rofi -modi drun -show drun -line-padding 4 \
-columns 2 -padding 50 -hide-scrollbar \
-show-icons -drun-icon-theme "Arc-X-D" -font "Droid Sans Regular 10"
-columns 2 -padding 50 -hide-scrollbar -show-icons -drun-icon-theme "Arc-X-D" -font "Droid Sans Regular 10"

bindsym $mod+o exec rofi -show window -line-padding 4 \
-lines 6 -padding 50 -hide-scrollbar \
-show-icons -drun-icon-theme "Arc-X-D" -font "Droid Sans Regular 10"
-lines 6 -padding 50 -hide-scrollbar -show-icons -drun-icon-theme "Arc-X-D" -font "Droid Sans Regular 10"

bindsym F10 exec rofi -show window -line-padding 4 \
-lines 6 -padding 50 -hide-scrollbar \
-show-icons -drun-icon-theme "Arc-X-D" -font "Droid Sans Regular 10"
-lines 6 -padding 50 -hide-scrollbar -show-icons -drun-icon-theme "Arc-X-D" -font "Droid Sans Regular 10"


# Sreen brightness controls
Expand All @@ -374,5 +378,5 @@ bindsym $mod+backslash exec dunstctl set-paused toggle
bindsym XF86TouchpadToggle exec /some/path/toggletouchpad.sh # toggle touchpad

# Japanese imput
exec --no-startup-id fcitx -d
exec --no-startup-id fcitx5 -d

175 changes: 175 additions & 0 deletions .config/i3/i3blocks.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
# i3blocks config file changed for EndeavourOS-i3 setup

# source is available here:
# https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/i3blocks.conf
# Maintainer: joekamprad [[email protected]]
# Former Visual Designer: Florent Valetti [@FLVAL EndeavourOS]
# created for i3wm setup on EndeavourOS
# https://endeavouros.com

# cheatsheet for icon fonts used on the block-bar:
# https://fontawesome.com/v4.7/cheatsheet/

# --> to update this run the following command:
# wget --backups=1 https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/i3blocks.conf -P ~/.config/i3/

# Please see man i3blocks for a complete reference!
# The man page is also hosted at http://vivien.github.io/i3blocks


# List of valid properties:
#
# align
# color
# command
# full_text
# instance
# interval
# label
# min_width
# name
# separator
# separator_block_width
# short_text
# signal
# urgent

# Global properties
#
# The top properties below are applied to every block, but can be overridden.
separator=false
markup=pango

#[Weather]
#command=~/.config/i3/scripts/openweather
# or:
#command=~/.config/i3/scripts/openweather-city
#interval=1800
#color=#7275b3

[terminal]
full_text= 
color=#807dfe
command=i3-msg -q exec xfce4-terminal

[browser]
full_text= 
color=#ff7f81
command=i3-msg -q exec firefox

[files]
full_text= 
color=#7f3fbf
command=i3-msg -q exec thunar ~/

#[mail]
#full_text= 
#color=#dbcb75
#command=i3-msg -q exec thunderbird

[simple-2]
full_text=: :
color=#717171

# Disk usage
#
# The directory defaults to $HOME if the instance is not specified.
# The script may be called with a optional argument to set the alert
# (defaults to 10 for 10%).
[disk]
label=
instance=/
command=~/.config/i3/scripts/disk
interval=30

# Memory usage
#
# The type defaults to "mem" if the instance is not specified.
[memory]
label=
command=~/.config/i3/scripts/memory
interval=2

[cpu_usage]
label=
command=~/.config/i3/scripts/cpu_usage
#min_width=CPU: 100.00%
interval=2

[CPU-temperature]
label=
command=~/.config/i3/scripts/temperature
interval=30
#T_WARN=70
#T_CRIT=90
#SENSOR_CHIP=""
# where SENSOR_CHIP can be find with sensors output
# can be used also for GPU temperature or other temperature sensors lm-sensors detects.

# showing name of connected network (enable for wifi use)
#[net]
#label=
#command=echo "$(LANG=C nmcli d | grep connected | awk '{print $4}')"
#interval=30

[bandwidth]
command=~/.config/i3/scripts/bandwidth2
interval=persist

# Battery indicator
[battery]
command=~/.config/i3/scripts/battery2
# for alternative battery script change to battery1
# change this to battery-pinebook-pro if you are running on pinebook-pro
label=
interval=30

[simple-2]
full_text=: :
color=#717171

[pavucontrol]
full_text=
command=pavucontrol

[volume-pulseaudio]
command=~/.config/i3/scripts/volume
instance=Master
interval=1

# display keyboard layout name
# for keyboard layouts switcher
# see i3 config file
# this needs xkblayout-state installed from the AUR:
# https://aur.archlinux.org/packages/xkblayout-state-git
#[keyboard-layout]
#command=~/.config/i3/scripts/keyboard-layout
#interval=2

[keybindings]
full_text=
command=~/.config/i3/scripts/keyhint

#set power-profile
[ppd_menu]
full_text=
command=~/.config/i3/scripts/power-profiles
color=#407437

#Show the current power-profile
[ppd-status]
command=~/.config/i3/scripts/ppd-status
interval=5

[time]
#label=
command=date '+%a %d %b %H:%M:%S'
interval=1

[shutdown_menu]
full_text=
command=~/.config/i3/scripts/powermenu

[simple-2]
full_text=: :
color=#717171
103 changes: 103 additions & 0 deletions .config/i3/keybindings
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
EndeavourOS i3wm Keybindings cheat sheet:

--> to update this run the following command:
wget --backups=1 https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/keybindings -P ~/.config/i3/

All sources and updates are available at GitHub:
https://github.com/endeavouros-team/endeavouros-i3wm-setup

For reference consult our WIKI:
https://discovery.endeavouros.com/window-tiling-managers/i3-wm/

 = windows key

# start xfce4-terminal
+Return

# kill focused window
+q

# Application menu search by typing (fancy Rofi menu):
+d

# Window switcher menu (fancy Rofi menu):
+t

# fancy exit-menu on bottom right:
+Shift+e

# Lock the system
# lock with a picture or blurring the screen (options in config)
+l

# reload the configuration file
+Shift+c

# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
+Shift+r

# full keybinding list in editor:
+F1

# change window focus
+j focus left
+k focus down
+b focus up
+o focus right

# alternatively, you can use the cursor keys:
+Left focus left
+Down focus down
+Up focus up
+Right focus right

# move a focused window
+Shift+j move left
+Shift+k move down
+Shift+b move up
+Shift+o move right

# alternatively, you can use the cursor keys:
+Shift+Left move left
+Shift+Down move down
+Shift+Up move up
+Shift+Right move right

# split in horizontal orientation
+h split h

# split in vertical orientation
+v split v

# enter fullscreen mode for the focused container
+f fullscreen toggle

# change container layout (stacked, tabbed, toggle split)
+s layout stacking
+g layout tabbed
+e layout toggle split

# toggle tiling / floating
+Shift+space floating toggle

# change focus between tiling / floating windows
+space focus mode_toggle

# focus the parent container
+a focus parent

# focus the child container
#+d focus child

# resize floating window
+right mouse button

## Multimedia Keys

# Redirect sound to headphones
+p

## App shortcuts
+w starts Firefox
+n starts Thunar
 Button screenshot
Loading

0 comments on commit ea68e29

Please sign in to comment.