Update 21.07.23
This commit is contained in:
parent
b2b8ef0962
commit
747ab315f8
@ -320,6 +320,8 @@ tiling_drag modifier titlebar
|
|||||||
## Syntax:
|
## Syntax:
|
||||||
#exec [--no-startup-id] <command>
|
#exec [--no-startup-id] <command>
|
||||||
#exec_always [--no-startup-id] <command>
|
#exec_always [--no-startup-id] <command>
|
||||||
|
exec_always --no-startup-id setxkbmap -option caps:swapescape
|
||||||
|
exec_always --no-startup-id ~/.screenlayout/default.sh
|
||||||
exec_always --no-startup-id ~/.config/i3/scripts/i3_autostart
|
exec_always --no-startup-id ~/.config/i3/scripts/i3_autostart
|
||||||
|
|
||||||
## The --no-startup-id parameter disables startup-notification support for this particular exec command.
|
## The --no-startup-id parameter disables startup-notification support for this particular exec command.
|
||||||
|
|||||||
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
##-- Workspace Rules ------------------------
|
##-- Workspace Rules ------------------------
|
||||||
|
|
||||||
|
workspace 1 output HDMI-A-0
|
||||||
|
workspace 2 output HDMI-A-0
|
||||||
|
workspace 3 output DisplayPort-0
|
||||||
|
|
||||||
## Automatically putting clients on specific workspaces
|
## Automatically putting clients on specific workspaces
|
||||||
##
|
##
|
||||||
## To automatically make a specific window show up on a specific workspace,
|
## To automatically make a specific window show up on a specific workspace,
|
||||||
|
|||||||
@ -26,6 +26,9 @@ fi
|
|||||||
# Enable power management
|
# Enable power management
|
||||||
xfce4-power-manager &
|
xfce4-power-manager &
|
||||||
|
|
||||||
|
# Enable wireguard tray
|
||||||
|
conda activate base && wg-tray &
|
||||||
|
|
||||||
# Enable Super Keys For Menu
|
# Enable Super Keys For Menu
|
||||||
ksuperkey -e 'Super_L=Alt_L|F1' &
|
ksuperkey -e 'Super_L=Alt_L|F1' &
|
||||||
ksuperkey -e 'Super_R=Alt_L|F1' &
|
ksuperkey -e 'Super_R=Alt_L|F1' &
|
||||||
@ -36,13 +39,13 @@ xsetroot -cursor_name left_ptr
|
|||||||
# Restore wallpaper
|
# Restore wallpaper
|
||||||
"$idir"/themes/wallpaper.sh
|
"$idir"/themes/wallpaper.sh
|
||||||
|
|
||||||
# Lauch notification daemon
|
# Launch notification daemon
|
||||||
"$idir"/scripts/i3_dunst
|
"$idir"/scripts/i3_dunst
|
||||||
|
|
||||||
# Lauch polybar
|
# Launch polybar
|
||||||
"$idir"/scripts/i3_bar
|
"$idir"/scripts/i3_bar
|
||||||
|
|
||||||
# Lauch compositor
|
# Launch compositor
|
||||||
"$idir"/scripts/i3_comp
|
"$idir"/scripts/i3_comp
|
||||||
|
|
||||||
# Start mpd
|
# Start mpd
|
||||||
|
|||||||
@ -144,7 +144,7 @@ font-5 = "archcraft:size=12;3"
|
|||||||
# Default
|
# Default
|
||||||
modules-left = LD menu RD dot-alt LD i3 RD
|
modules-left = LD menu RD dot-alt LD i3 RD
|
||||||
modules-center = LD mpd RD mpdsep song
|
modules-center = LD mpd RD mpdsep song
|
||||||
modules-right = LD volume sep backlight sep network sep battery RD dot LD sysmenu RD dot-alt LD date RD
|
modules-right = LD volume sep ethernet RD dot LD sysmenu RD dot-alt LD date RD
|
||||||
|
|
||||||
# Alternate
|
# Alternate
|
||||||
;modules-left = openbox 2LD cpu 3LD memory 4LD filesystem 5LD
|
;modules-left = openbox 2LD cpu 3LD memory 4LD filesystem 5LD
|
||||||
|
|||||||
@ -55,8 +55,8 @@ ws-icon-4 = 5;
|
|||||||
ws-icon-5 = 6;漣
|
ws-icon-5 = 6;漣
|
||||||
ws-icon-6 = 7;
|
ws-icon-6 = 7;
|
||||||
ws-icon-7 = 8;
|
ws-icon-7 = 8;
|
||||||
ws-icon-8 = 9;
|
ws-icon-8 = 9;ﳴ
|
||||||
ws-icon-9 = 10;ﳴ
|
ws-icon-9 = 10;
|
||||||
ws-icon-default =
|
ws-icon-default =
|
||||||
; NOTE: You cannot skip icons, e.g. to get a ws-icon-6
|
; NOTE: You cannot skip icons, e.g. to get a ws-icon-6
|
||||||
; you must also define a ws-icon-5.
|
; you must also define a ws-icon-5.
|
||||||
@ -434,10 +434,11 @@ interval = 1.0
|
|||||||
|
|
||||||
; See "http://en.cppreference.com/w/cpp/io/manip/put_time" for details on how to format the date string
|
; See "http://en.cppreference.com/w/cpp/io/manip/put_time" for details on how to format the date string
|
||||||
; NOTE: if you want to use syntax tags here you need to use %%{...}
|
; NOTE: if you want to use syntax tags here you need to use %%{...}
|
||||||
;;date = %Y-%m-%d%
|
; date = %Y-%m-%d%
|
||||||
|
|
||||||
; Optional time format
|
; Optional time format
|
||||||
time = %I:%M %p
|
; time = %I:%M %p
|
||||||
|
time = %k:%M (%a %j/%V) %d/%m/%Y
|
||||||
|
|
||||||
; if `date-alt` or `time-alt` is defined, clicking
|
; if `date-alt` or `time-alt` is defined, clicking
|
||||||
; the module will toggle between formats
|
; the module will toggle between formats
|
||||||
|
|||||||
@ -21,6 +21,6 @@
|
|||||||
sys_adapter = AC0
|
sys_adapter = AC0
|
||||||
sys_battery = BAT0
|
sys_battery = BAT0
|
||||||
sys_graphics_card = intel_backlight
|
sys_graphics_card = intel_backlight
|
||||||
sys_network_interface = wlan0
|
sys_network_interface = eno1
|
||||||
|
|
||||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|||||||
@ -47,7 +47,7 @@ font-1 = unifont:fontformat=truetype:size=6:antialias=false;4
|
|||||||
font-2 = Wuncon Siji:pixelsize=4;0
|
font-2 = Wuncon Siji:pixelsize=4;0
|
||||||
|
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-right = wlan battery date
|
modules-right = pulseaudio date
|
||||||
|
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
@ -105,8 +105,8 @@ font-1 = unifont:fontformat=truetype:size=6:antialias=false;4
|
|||||||
font-2 = Wuncon Siji:pixelsize=4;0
|
font-2 = Wuncon Siji:pixelsize=4;0
|
||||||
|
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-center = backlight pulseaudio
|
modules-center = network
|
||||||
modules-right = wlan battery date
|
modules-right = pulseaudio date
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
|
|||||||
15
gitconfig
15
gitconfig
@ -25,19 +25,4 @@
|
|||||||
default = current
|
default = current
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
pager = delta
|
|
||||||
excludesfile = /home/legrems/.gitignore_global
|
excludesfile = /home/legrems/.gitignore_global
|
||||||
[pager]
|
|
||||||
diff = delta
|
|
||||||
log = delta
|
|
||||||
reflog = delta
|
|
||||||
show = delta
|
|
||||||
[delta]
|
|
||||||
plus-style = "syntax #012800"
|
|
||||||
minus-style = "syntax #340001"
|
|
||||||
syntax-theme = Monokai Extended
|
|
||||||
;syntax-theme = gruvbox-dark
|
|
||||||
navigate = true
|
|
||||||
side-by-side = true
|
|
||||||
[interactive]
|
|
||||||
diffFilter = delta --color-only
|
|
||||||
|
|||||||
@ -3,3 +3,8 @@
|
|||||||
tags
|
tags
|
||||||
Session.vim
|
Session.vim
|
||||||
*.rest
|
*.rest
|
||||||
|
cert.crt
|
||||||
|
cert.key
|
||||||
|
local_gestion_ssh_key
|
||||||
|
local_gestion_ssh_key.pub
|
||||||
|
start_vms.sh
|
||||||
|
|||||||
@ -12,9 +12,11 @@ def i3_command(command, *args, **kwargs):
|
|||||||
def get_workspaces():
|
def get_workspaces():
|
||||||
return i3_command("-t", "get_workspaces")
|
return i3_command("-t", "get_workspaces")
|
||||||
|
|
||||||
def get_outputs():
|
def get_output():
|
||||||
return i3_command("-t", "get_outputs")
|
return i3_command("-t", "get_outputs")
|
||||||
|
|
||||||
|
def test():
|
||||||
|
pass
|
||||||
|
|
||||||
print(get_workspaces())
|
print(get_workspaces())
|
||||||
print(get_outputs())
|
print(get_output())
|
||||||
|
|||||||
@ -23,6 +23,9 @@ set-window-option -g mode-keys vi
|
|||||||
bind -T copy-mode-vi v send-keys -X begin-selection
|
bind -T copy-mode-vi v send-keys -X begin-selection
|
||||||
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
|
||||||
|
|
||||||
|
set -g default-terminal "tmux-256color"
|
||||||
|
set -ag terminal-overrides ",*:RGB"
|
||||||
|
|
||||||
# change color
|
# change color
|
||||||
#set -g pane-border-style 'fg=#660033'
|
#set -g pane-border-style 'fg=#660033'
|
||||||
#set -g pane-active-border-style 'fg=#990033 bg=default'
|
#set -g pane-active-border-style 'fg=#990033 bg=default'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user